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',
|
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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue