mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 01:20:48 +00:00
Updated command aliases
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'stop',
|
||||
description: 'Stop command.',
|
||||
alias: 'none',
|
||||
description: 'Stop the music and clear the queue.',
|
||||
alias: ["none"],
|
||||
usage: '',
|
||||
onlyDev: false,
|
||||
permission: 'MANAGE_CHANNELS',
|
||||
@ -16,4 +16,4 @@ module.exports = {
|
||||
msg.channel.send(client.messages.stop)
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user