update description

This commit is contained in:
loicbersier 2019-09-29 19:35:13 +02:00
parent f5610f799a
commit f78c092cb8
2 changed files with 4 additions and 4 deletions

View file

@ -34,8 +34,8 @@ class shameboardCommand extends Command {
} }
], ],
description: { description: {
content: 'Set shameboard', content: 'Set shameobard --remove to remove the shameboard',
usage: '[]', usage: '[emote] [minimum number required to enter shameboard]',
examples: [''] examples: ['']
} }
}); });

View file

@ -34,8 +34,8 @@ class StarBoardCommand extends Command {
} }
], ],
description: { description: {
content: 'Set starboard', content: 'Set starboard --remove to remove the starboard',
usage: '[]', usage: '[emote] [minimum number required to enter starboard]',
examples: [''] examples: ['']
} }
}); });