mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-10 23:23:08 -04:00
add slash command hints to help
This commit is contained in:
parent
34ba5a6e94
commit
1f6e2cd1f1
19 changed files with 63 additions and 22 deletions
|
@ -12,7 +12,8 @@ module.exports = {
|
|||
description: 'Displays a random image containing otters.',
|
||||
description_short: 'Otter images',
|
||||
category: 'fun',
|
||||
usage: `otter`
|
||||
usage: `otter`,
|
||||
slashCommand: "otter"
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.ATTACH_FILES, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue