diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js index 12ba61a5..bed01db7 100644 --- a/commands/admin/shameboard.js +++ b/commands/admin/shameboard.js @@ -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 }, { diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js index e6ce6e0d..3848defa 100644 --- a/commands/admin/starboard.js +++ b/commands/admin/starboard.js @@ -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',