From 4ca9780feccf160de2f4f3dc6d95f29b5927f698 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 5 Jan 2025 18:08:56 +0100 Subject: [PATCH] add slash hints --- commands/message/search/anime.js | 2 +- commands/message/search/movie.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/message/search/anime.js b/commands/message/search/anime.js index cd191a2..53230ba 100644 --- a/commands/message/search/anime.js +++ b/commands/message/search/anime.js @@ -74,7 +74,7 @@ module.exports = { ], category: 'search', usage: 'anime ', - //slashCommand: "anime" + slashCommand: "anime" }, permissionsClient: [...PERMISSION_GROUPS.baseline], run: async (context, args) => { diff --git a/commands/message/search/movie.js b/commands/message/search/movie.js index 1656a5b..47486c8 100644 --- a/commands/message/search/movie.js +++ b/commands/message/search/movie.js @@ -46,7 +46,7 @@ module.exports = { ], category: 'search', usage: 'movie ', - //slashCommand: "anime" + slashCommand: "movie" }, permissionsClient: [...PERMISSION_GROUPS.baseline], run: async (context, args) => {