mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
This commit is contained in:
parent
c3c6e63ac2
commit
084e34c555
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class Debug extends Command {
|
|||
|
||||
if (action === "set") {
|
||||
newValue = parseInt(amount, 10);
|
||||
|
||||
if (status === "level") {
|
||||
memberData.level = newValue;
|
||||
memberData.save();
|
||||
|
|
Loading…
Reference in a new issue