forked from Supositware/Haha-Yes
put args type to number
This commit is contained in:
parent
bd8effb93b
commit
7d15dd2983
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ class borgarCommand extends Command {
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'ingredientNumber',
|
id: 'ingredientNumber',
|
||||||
type: 'int',
|
type: 'number',
|
||||||
default: 4
|
default: 4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'time',
|
id: 'time',
|
||||||
type: 'int',
|
type: 'number',
|
||||||
default: 10
|
default: 10
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue