From 2af3838136e62114ecb716b4acfc2e21d3a8cfed Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Mon, 22 Jul 2024 21:21:10 +0200 Subject: [PATCH] add slash hint --- commands/message/search/urbandictionary.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/message/search/urbandictionary.js b/commands/message/search/urbandictionary.js index 923249a..e7ae158 100644 --- a/commands/message/search/urbandictionary.js +++ b/commands/message/search/urbandictionary.js @@ -45,7 +45,8 @@ module.exports = { description_short: 'Search on UrbanDictionary', examples: ['ud urbandictionary'], category: 'search', - usage: 'urbandictionary ' + usage: 'urbandictionary ', + slashCommand: "urbandictionary" }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => {