forked from Supositware/Haha-Yes
Nvm don't use unordered arguments
This commit is contained in:
parent
699c78ce75
commit
c857d36c65
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,9 @@ class shameboardCommand extends Command {
|
|||
type: 'string',
|
||||
prompt: {
|
||||
start: 'What emote should be used to enter the shameboard?',
|
||||
optional: true
|
||||
},
|
||||
default: '👎',
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -14,8 +14,9 @@ class StarBoardCommand extends Command {
|
|||
type: 'string',
|
||||
prompt: {
|
||||
start: 'What emote should be used to enter the shameboard?',
|
||||
optional: true
|
||||
},
|
||||
unordered: true
|
||||
default: '👍',
|
||||
},
|
||||
{
|
||||
id: 'count',
|
||||
|
@ -25,7 +26,6 @@ class StarBoardCommand extends Command {
|
|||
optional: true
|
||||
},
|
||||
default: '4',
|
||||
unordered: true
|
||||
},
|
||||
{
|
||||
id: 'remove',
|
||||
|
|
Loading…
Reference in a new issue