summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabee <45103833+GabeeTheFinch@users.noreply.github.com>2024-08-22 00:47:32 +0400
committerGitHub <noreply@github.com>2024-08-22 00:47:32 +0400
commitdcc65d0e1543cf8495cc98cf2f964a426b8ee991 (patch)
treeb5087a3d2ad8e5f3071aa5b3e1dca39b44f9ac88
parent2c8de1137156f168155ea348454c06ce9321a9bf (diff)
Update index.mjs
-rw-r--r--discordjs/src/index.mjs3
1 files changed, 2 insertions, 1 deletions
diff --git a/discordjs/src/index.mjs b/discordjs/src/index.mjs
index fdaea7d..080f76b 100644
--- a/discordjs/src/index.mjs
+++ b/discordjs/src/index.mjs
@@ -44,7 +44,8 @@ const anyTrivialCharRegex = /([a-z]|[A-Z])+/g;
const countChars = (str) => ((str || '').match(anyTrivialCharRegex) || []).length;
const specialChannels = [
- "1248226018406301696"
+ "1248226018406301696",
+ "995243987948544090"
]
let counter = 0;