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

This commit is contained in:
2025-08-27 16:53:17 +02:00
parent d163a03225
commit 3bfd995e3a
14 changed files with 53 additions and 18 deletions

View File

@ -6,6 +6,7 @@ exports.usage =
"CLIENT_PREFIX:res <res> <res> <res> [res] | <hero stat> <levels> [second hero stat]";
exports.example = "CLIENT_PREFIX:res -3 1 -16 14 | 406 440";
exports.hidden = false;
exports.isAlias = false;
exports.run = async (client, message, args) => {
for (let i = 0; i < args.length; i++) {
if (args[i] == "|") continue;