diff options
| author | Fuwn <[email protected]> | 2025-09-25 17:33:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-25 17:33:28 -0700 |
| commit | efc5d6c1d31c71025f43a7f5f93fb2608cbe3f67 (patch) | |
| tree | 8bcfd53dcdaab3819bc80da47cbe2467f2313bb5 /packages/gateway/src | |
| parent | fix(gateway:aiModeration): Update joke analysis (diff) | |
| download | umabotdiscord-efc5d6c1d31c71025f43a7f5f93fb2608cbe3f67.tar.xz umabotdiscord-efc5d6c1d31c71025f43a7f5f93fb2608cbe3f67.zip | |
fix(gateway:aiModeration): Update second log channel ID
Diffstat (limited to 'packages/gateway/src')
| -rw-r--r-- | packages/gateway/src/listeners/aiModeration.ts | 2 |
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); |