diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js index 9126f72..47d0b97 100644 --- a/commands/admin/shameboard.js +++ b/commands/admin/shameboard.js @@ -34,8 +34,8 @@ class shameboardCommand extends Command { } ], description: { - content: 'Set shameboard', - usage: '[]', + content: 'Set shameobard --remove to remove the shameboard', + usage: '[emote] [minimum number required to enter shameboard]', examples: [''] } }); diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js index d6e08c0..97a4c8e 100644 --- a/commands/admin/starboard.js +++ b/commands/admin/starboard.js @@ -34,8 +34,8 @@ class StarBoardCommand extends Command { } ], description: { - content: 'Set starboard', - usage: '[]', + content: 'Set starboard --remove to remove the starboard', + usage: '[emote] [minimum number required to enter starboard]', examples: [''] } });