summaryrefslogtreecommitdiff
path: root/packages/gateway/src/commands/utilities.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-28 00:06:49 -0700
committerFuwn <[email protected]>2025-09-28 00:06:49 -0700
commit956ed319e7722d168b4c23d5c6aeb85b20e5b15d (patch)
treedf2ec3a95d405d0d6c6ebcc93f7de1e2e9f4484d /packages/gateway/src/commands/utilities.ts
parentrefactor(gateway): Consolidate event handlers (diff)
downloadumabotdiscord-956ed319e7722d168b4c23d5c6aeb85b20e5b15d.tar.xz
umabotdiscord-956ed319e7722d168b4c23d5c6aeb85b20e5b15d.zip
fix(gateway): Lint
Diffstat (limited to 'packages/gateway/src/commands/utilities.ts')
-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 bc9892d..7aa49f0 100644
--- a/packages/gateway/src/commands/utilities.ts
+++ b/packages/gateway/src/commands/utilities.ts
@@ -591,7 +591,6 @@ export const executeBulkRoleAssignment = async (
if (error.code === 10007 || error.message?.includes("Unknown Member")) {
notInGuildCount += 1;
-
} else {
errorCount += 1;
}