From f647ffea81ad0da651d826cef7b029ca3ed5a13c Mon Sep 17 00:00:00 2001 From: Nathaniel Wood Date: Tue, 8 Oct 2024 14:37:46 -0600 Subject: [PATCH] Update: Some small little changes --- src/slashCommands/moderation/warn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slashCommands/moderation/warn.js b/src/slashCommands/moderation/warn.js index d08a7f5..f0f7cd4 100644 --- a/src/slashCommands/moderation/warn.js +++ b/src/slashCommands/moderation/warn.js @@ -165,7 +165,7 @@ module.exports = { ], }) .then(async () => { - if (logging && logging.moderation.deleteReply === "true") { + if (logging && logging.moderation.delete_reply === "true") { setTimeout(() => { interaction.deleteReply().catch(() => { }); }, 5000);