mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fxi
This commit is contained in:
parent
8fef235a39
commit
6d7e196232
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Debug extends Command {
|
|||
|
||||
async run (message, args, data) {
|
||||
const action = args[0];
|
||||
if (!action || !["set", "add"].includes(status)) return message.error("owner/debug:NO_ACTION");
|
||||
if (!action || !["set", "add"].includes(action)) return message.error("owner/debug:NO_ACTION");
|
||||
|
||||
const status = args[1];
|
||||
if (!status || !["level", "xp", "credits", "bank", "rep"].includes(status)) return message.error("owner/debug:NO_STATUS");
|
||||
|
|
Loading…
Reference in a new issue