summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-25 17:33:28 -0700
committerFuwn <[email protected]>2025-09-25 17:33:28 -0700
commitefc5d6c1d31c71025f43a7f5f93fb2608cbe3f67 (patch)
tree8bcfd53dcdaab3819bc80da47cbe2467f2313bb5
parentfix(gateway:aiModeration): Update joke analysis (diff)
downloadumabotdiscord-efc5d6c1d31c71025f43a7f5f93fb2608cbe3f67.tar.xz
umabotdiscord-efc5d6c1d31c71025f43a7f5f93fb2608cbe3f67.zip
fix(gateway:aiModeration): Update second log channel ID
-rw-r--r--packages/gateway/src/listeners/aiModeration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/listeners/aiModeration.ts b/packages/gateway/src/listeners/aiModeration.ts
index 343da11..388f056 100644
--- a/packages/gateway/src/listeners/aiModeration.ts
+++ b/packages/gateway/src/listeners/aiModeration.ts
@@ -385,7 +385,7 @@ export const handleAIModeration = (client: Client) => {
message.content && message.content.length > 1000
? message.content
: undefined,
- "1419211778793144411",
+ "1420931142600757280",
);
} catch (error) {
console.error("Error in AI moderation:", error);