mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
move audio command to utils
This commit is contained in:
parent
d70a7b4038
commit
10218dce80
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
},
|
},
|
Loading…
Add table
Add a link
Reference in a new issue