From 4626383a0d62b1262f62a0bfaad60deefed387a2 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 15 Apr 2023 19:19:36 +0200 Subject: [PATCH] update command categories --- commands/message/google/transcribe.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/google/transcribe.js b/commands/message/google/transcribe.js index 52cf8a7..0430a92 100644 --- a/commands/message/google/transcribe.js +++ b/commands/message/google/transcribe.js @@ -18,7 +18,7 @@ module.exports = { description: '__Replying__ to a voice message when using this command will transcribe the contents of the voice message.', description_short: 'Discord voice message transcription', examples: ['tcr'], - category: 'search', + category: 'utils', usage: 'transcribe' }, run: async (context) => {