From dcc65d0e1543cf8495cc98cf2f964a426b8ee991 Mon Sep 17 00:00:00 2001 From: Gabee <45103833+GabeeTheFinch@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:47:32 +0400 Subject: [PATCH] Update index.mjs --- discordjs/src/index.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5