mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add slash hint
This commit is contained in:
parent
4c10686064
commit
2af3838136
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ module.exports = {
|
|||
description_short: 'Search on UrbanDictionary',
|
||||
examples: ['ud urbandictionary'],
|
||||
category: 'search',
|
||||
usage: 'urbandictionary <query>'
|
||||
usage: 'urbandictionary <query>',
|
||||
slashCommand: "urbandictionary"
|
||||
},
|
||||
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
|
||||
run: async (context, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue