Closed Gelean closed 1 year ago
Update the following lines in bot.js:
let client = new Discord.Client({ intents: ["GUILDS", "GUILD_MESSAGES", "GUILD_PRESENCES", "GUILD_MEMBERS", "DIRECT_MESSAGES"], partials: ["CHANNEL"] })
client.on('messageCreate', message => {
https://deploy-preview-551--discordjs-guide.netlify.app/additional-info/changes-in-v13.html#before-you-start
Requires a new Node version (16) and several updates to work properly with guild intents, etc.