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: {
content: 'Set shameboard',
usage: '[]',
content: 'Set shameobard --remove to remove the shameboard',
usage: '[emote] [minimum number required to enter shameboard]',
examples: ['']
}
});

View file

@ -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: ['']
}
});