summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-27 15:59:05 -0700
committerFuwn <[email protected]>2025-09-27 15:59:05 -0700
commitfd246a6f4d241bcc048265ccbaf4507e3ed65c2a (patch)
treea6cc46e0ae059b55bda8fdd9977af14d108332c6 /packages/gateway/src/commands
parentfeat(gateway:moderationAgent): Expand action skipping behaviours (diff)
downloadumabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.tar.xz
umabotdiscord-fd246a6f4d241bcc048265ccbaf4507e3ed65c2a.zip
fix: Clean up non-essential debug logs
Diffstat (limited to 'packages/gateway/src/commands')
-rw-r--r--packages/gateway/src/commands/utilities.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gateway/src/commands/utilities.ts b/packages/gateway/src/commands/utilities.ts
index 38d7bc2..bc9892d 100644
--- a/packages/gateway/src/commands/utilities.ts
+++ b/packages/gateway/src/commands/utilities.ts
@@ -592,7 +592,6 @@ export const executeBulkRoleAssignment = async (
if (error.code === 10007 || error.message?.includes("Unknown Member")) {
notInGuildCount += 1;
- console.log(`User ${userId} is no longer in the guild, skipping ...`);
} else {
errorCount += 1;
}