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" },