feat(moderation): auto-delete flagged messages

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
MythEclipse
2026-05-29 18:04:42 +07:00
co-authored by Claude Opus 4.8
parent 649283a3bc
commit 7da83387ee
5 changed files with 311 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export async function initializeApp() {
client.on("ready", async () => {
logger.info({ user: client.user?.tag }, "Bot logged in");
registerMessageCapture(client);
startPendingAIAnalysisWorker();
startPendingAIAnalysisWorker(client);
syncBacklogMessages(client).catch((error) => {
logger.warn({ error }, "Backlog sync failed");
});