mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-07 04:20:49 +00:00
Updated command aliases
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
name: "bass",
|
||||
description: "Bassboost command.",
|
||||
alias: "none",
|
||||
description: "Boost the bass in your music!",
|
||||
alias: ["none"],
|
||||
usage: "<bass>",
|
||||
cooldown: 5,
|
||||
onlyDev: false,
|
||||
@ -32,4 +32,4 @@ module.exports = {
|
||||
return msg.channel.send(message);
|
||||
}
|
||||
},
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user