diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js index 814f930b..12ba61a5 100644 --- a/commands/admin/shameboard.js +++ b/commands/admin/shameboard.js @@ -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', diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js index f0e914cb..e6ce6e0d 100644 --- a/commands/admin/starboard.js +++ b/commands/admin/starboard.js @@ -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',