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: [
|
||||
{
|
||||
id: 'ingredientNumber',
|
||||
type: 'int',
|
||||
type: 'number',
|
||||
default: 4
|
||||
},
|
||||
{
|
||||
id: 'time',
|
||||
type: 'int',
|
||||
type: 'number',
|
||||
default: 10
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue