|
@ -3,7 +3,7 @@ |
|
|
const Discord = require("discord.js"); |
|
|
const Discord = require("discord.js"); |
|
|
const Intents = Discord.Intents; |
|
|
const Intents = Discord.Intents; |
|
|
const client = new Discord.Client({ |
|
|
const client = new Discord.Client({ |
|
|
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES], |
|
|
intents: [], |
|
|
partials: ["MESSAGE", "CHANNEL", "REACTION"], |
|
|
partials: ["MESSAGE", "CHANNEL", "REACTION"], |
|
|
}); |
|
|
}); |
|
|
const fetch = require("node-fetch"); |
|
|
const fetch = require("node-fetch"); |
|
|