From 084e34c555684ed3bd5b56ba94bf5f6e831b4afa Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 29 Dec 2021 02:22:41 +0500 Subject: [PATCH] --- commands/Owner/debug.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/Owner/debug.js b/commands/Owner/debug.js index 184e46b9..33785d03 100644 --- a/commands/Owner/debug.js +++ b/commands/Owner/debug.js @@ -40,6 +40,7 @@ class Debug extends Command { if (action === "set") { newValue = parseInt(amount, 10); + if (status === "level") { memberData.level = newValue; memberData.save();