more more
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 14s

This commit is contained in:
2025-08-07 23:56:07 +02:00
parent 2594991b21
commit dfc14f7f33
8 changed files with 38 additions and 7 deletions

View File

@ -2,6 +2,7 @@ exports.name = "cat";
exports.description = ":cat: Calculates boost for cat.";
exports.usage = "<<cat <boost> <levels>";
exports.example = "<<cat 80 120";
exports.hidden = false;
exports.run = (client, message, args) => {
if (!args[0] || !args[1])
return message.channel.send("Not enough arguments, consult <<help.");