diff --git a/src/modules/logging.js b/src/modules/logging.js index 1c25c5c..46ab5ac 100644 --- a/src/modules/logging.js +++ b/src/modules/logging.js @@ -220,7 +220,7 @@ events.add("guildAuditLogEntryCreate", "logging", async function (entry) { .createMessage({ embeds: [ { - color: COLOR_ADDED, + color: COLOR_REMOVED, title: `${entry.before.invitable != null ? "Private " : ""}Thread Deleted`, description: `<#${entry.targetID}> (${entry.before.name})`, timestamp: new Date().toISOString(),