]> git.puffer.fish Git - matthieu/gru.git/commitdiff
Update index.mjs
authorGabee <45103833+GabeeTheFinch@users.noreply.github.com>
Wed, 21 Aug 2024 20:47:32 +0000 (00:47 +0400)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2024 20:47:32 +0000 (00:47 +0400)
discordjs/src/index.mjs

index fdaea7da6376f1d121f04bdac38949adce7e569a..080f76bd2a5eb9467cad09f590d27267ecc0797f 100644 (file)
@@ -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;