Fixed a funny bug
This commit is contained in:
parent
a385ef7a23
commit
f08471d772
1 changed files with 3 additions and 3 deletions
6
index.js
6
index.js
|
@ -3,9 +3,9 @@ const fs = require("fs");
|
|||
const Discord = require("discord.js");
|
||||
const client = new Discord.Client({
|
||||
intents: [
|
||||
Discord.GatewayIntentBits.Guilds,
|
||||
Discord.GatewayIntentBits.GuildMembers,
|
||||
Discord.GatewayIntentBits.GuildMessageReactions,
|
||||
Discord.Intents.FLAGS.GUILDS,
|
||||
Discord.Intents.FLAGS.GUILD_MEMBERS,
|
||||
Discord.Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
|
||||
],
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue