From 0f64f1b846f27b859c8117d39ca07ee6722302ba Mon Sep 17 00:00:00 2001 From: loicbersier Date: Thu, 16 Jul 2020 09:28:06 +0200 Subject: [PATCH] Use unordered arguments --- commands/admin/shameboard.js | 4 +++- commands/admin/starboard.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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',