mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +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") {
|
if (action === "set") {
|
||||||
newValue = parseInt(amount, 10);
|
newValue = parseInt(amount, 10);
|
||||||
|
|
||||||
if (status === "level") {
|
if (status === "level") {
|
||||||
memberData.level = newValue;
|
memberData.level = newValue;
|
||||||
memberData.save();
|
memberData.save();
|
||||||
|
|
Loading…
Reference in a new issue