forked from Supositware/Haha-Yes
Use unordered arguments
This commit is contained in:
parent
0d461f2e86
commit
0f64f1b846
2 changed files with 6 additions and 2 deletions
|
@ -15,6 +15,7 @@ class shameboardCommand extends Command {
|
|||
prompt: {
|
||||
start: 'What emote should be used to enter the shameboard?',
|
||||
},
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
id: 'count',
|
||||
|
@ -23,7 +24,8 @@ class shameboardCommand extends Command {
|
|||
optional: true
|
||||
},
|
||||
type: 'integer',
|
||||
default: '4'
|
||||
default: '4',
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
id: 'remove',
|
||||
|
|
|
@ -15,6 +15,7 @@ class StarBoardCommand extends Command {
|
|||
prompt: {
|
||||
start: 'What emote should be used to enter the shameboard?',
|
||||
},
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
id: 'count',
|
||||
|
@ -23,7 +24,8 @@ class StarBoardCommand extends Command {
|
|||
start: 'How many times should that emote be reacted to enter the shameboard?',
|
||||
optional: true
|
||||
},
|
||||
default: '4'
|
||||
default: '4',
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
id: 'remove',
|
||||
|
|
Loading…
Reference in a new issue