Nvm don't use unordered arguments

akairo
loicbersier 4 years ago
parent 699c78ce75
commit c857d36c65

@ -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…
Cancel
Save