From 10218dce80bbf2b6bb79de6c5c06fafe8803f5ee Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Thu, 2 Jan 2025 17:31:54 +0100 Subject: [PATCH] move audio command to utils --- commands/message/{search => utils}/audio.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename commands/message/{search => utils}/audio.js (93%) diff --git a/commands/message/search/audio.js b/commands/message/utils/audio.js similarity index 93% rename from commands/message/search/audio.js rename to commands/message/utils/audio.js index b93ef2a..222ee99 100644 --- a/commands/message/search/audio.js +++ b/commands/message/utils/audio.js @@ -14,9 +14,9 @@ module.exports = { name: 'audio', aliases: ['aud'], metadata: { - description: `${icon("reply")} __Replying__ to a message while using this command will return a list of music streamin platforms the provided song (link) is available on.`, - description_short: 'Cross-platform music search', - category: 'search', + description: `${icon("reply")} __Replying__ to a message while using this command will return a list of music streaming platforms the provided song (link) is available on.`, + description_short: 'Cross-platform music resolver', + category: 'utils', usage: 'audio', slashCommand: "Music Platforms" },