From 2cbbda8f11169e5e762b60d76bcc8045a754e57f Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Wed, 29 Dec 2021 02:05:05 +0500 Subject: [PATCH] fix local --- commands/Owner/debug.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/Owner/debug.js b/commands/Owner/debug.js index 7f7e2e24..184e46b9 100644 --- a/commands/Owner/debug.js +++ b/commands/Owner/debug.js @@ -57,7 +57,7 @@ class Debug extends Command { memberData.save(); }; - message.success("owner/debug:SET_" + status.toUpperCase(), { + message.success("owner/debug:SUCCESS_" + status.toUpperCase(), { username: member.user.tag, amount });