From 44515fc6b4c02c280ae4b28bf929b12231a1ae32 Mon Sep 17 00:00:00 2001 From: DJj123dj <80536295+DJj123dj@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:06:53 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index b4cd986..9070fe2 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const intents = discord.Intents const client = new discord.Client({intents:[intents.FLAGS.GUILDS,intents.FLAGS.GUILD_MESSAGES,intents.FLAGS.GUILD_MEMBERS],partials:["CHANNEL"]}) exports.client = client -client.setMaxListeners(25) +client.setMaxListeners(30) if (process.argv[2]){ if (process.argv[2].endsWith("d")){