From d59b1809619a8717ca308d7fe52ad1165cfb6b03 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 23 Apr 2025 19:17:55 -0600 Subject: [PATCH] logging: momento de copypaste --- src/modules/logging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/logging.js b/src/modules/logging.js index c948579..c7e0380 100644 --- a/src/modules/logging.js +++ b/src/modules/logging.js @@ -40,7 +40,7 @@ events.add("guildUpdate", "logging", async function (guild, oldGuild) { if (featuresRemoved.length > 0) { if (featuresAdded.length > 0) diff += "\n"; - diff += "- " + featuresAdded.join("\n- "); + diff += "- " + featuresRemoved.join("\n- "); } diff += "```";