Update index.js

This commit is contained in:
DJj123dj
2022-06-13 21:06:53 +02:00
parent 4c947b138f
commit 44515fc6b4
+1 -1
View File
@@ -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"]}) const client = new discord.Client({intents:[intents.FLAGS.GUILDS,intents.FLAGS.GUILD_MESSAGES,intents.FLAGS.GUILD_MEMBERS],partials:["CHANNEL"]})
exports.client = client exports.client = client
client.setMaxListeners(25) client.setMaxListeners(30)
if (process.argv[2]){ if (process.argv[2]){
if (process.argv[2].endsWith("d")){ if (process.argv[2].endsWith("d")){