This commit is contained in:
@ -3,6 +3,7 @@ exports.description = ":cat: Calculates boost for cat.";
|
||||
exports.usage = "CLIENT_PREFIX:cat <boost> <levels>";
|
||||
exports.example = "CLIENT_PREFIX:cat 80 120";
|
||||
exports.hidden = false;
|
||||
exports.isAlias = false;
|
||||
exports.run = (client, message, args) => {
|
||||
if (!args[0] || !args[1])
|
||||
return message.channel.send(
|
||||
|
Reference in New Issue
Block a user