From: Gabee <45103833+GabeeTheFinch@users.noreply.github.com> Date: Wed, 21 Aug 2024 20:47:32 +0000 (+0400) Subject: Update index.mjs X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=dcc65d0e1543cf8495cc98cf2f964a426b8ee991;p=matthieu%2Fgru.git Update index.mjs --- 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;