This commit is contained in:
JonnyBro 2021-12-29 02:22:41 +05:00
parent c3c6e63ac2
commit 084e34c555

View file

@ -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();