Nvm don't use unordered arguments

This commit is contained in:
loicbersier 2020-07-16 09:56:07 +02:00
parent 699c78ce75
commit c857d36c65
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,9 @@ class shameboardCommand extends Command {
type: 'string', type: 'string',
prompt: { prompt: {
start: 'What emote should be used to enter the shameboard?', start: 'What emote should be used to enter the shameboard?',
optional: true
}, },
default: '👎',
unordered: true unordered: true
}, },
{ {

View file

@ -14,8 +14,9 @@ class StarBoardCommand extends Command {
type: 'string', type: 'string',
prompt: { prompt: {
start: 'What emote should be used to enter the shameboard?', start: 'What emote should be used to enter the shameboard?',
optional: true
}, },
unordered: true default: '👍',
}, },
{ {
id: 'count', id: 'count',
@ -25,7 +26,6 @@ class StarBoardCommand extends Command {
optional: true optional: true
}, },
default: '4', default: '4',
unordered: true
}, },
{ {
id: 'remove', id: 'remove',