move audio command to utils

This commit is contained in:
bignutty 2025-01-02 17:31:54 +01:00
parent d70a7b4038
commit 10218dce80

View file

@ -14,9 +14,9 @@ module.exports = {
name: 'audio', name: 'audio',
aliases: ['aud'], aliases: ['aud'],
metadata: { 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: `${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 search', description_short: 'Cross-platform music resolver',
category: 'search', category: 'utils',
usage: 'audio', usage: 'audio',
slashCommand: "Music Platforms" slashCommand: "Music Platforms"
}, },