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 Discord = require("discord.js");
|
||||||
const client = new Discord.Client({
|
const client = new Discord.Client({
|
||||||
intents: [
|
intents: [
|
||||||
Discord.GatewayIntentBits.Guilds,
|
Discord.Intents.FLAGS.GUILDS,
|
||||||
Discord.GatewayIntentBits.GuildMembers,
|
Discord.Intents.FLAGS.GUILD_MEMBERS,
|
||||||
Discord.GatewayIntentBits.GuildMessageReactions,
|
Discord.Intents.FLAGS.GUILD_MESSAGE_REACTIONS,
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue