Gelean / deldbot

Discord Bot written in Node.js
MIT License
7 stars 2 forks source link

Update Discord.js from v12 to v14 #26

Closed Gelean closed 1 year ago

Gelean commented 3 years ago

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.

Gelean commented 3 years 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 => {

Gelean commented 3 years ago

https://discordjs.guide/additional-info/changes-in-v13.html

Gelean commented 2 years ago

https://discordjs.guide/additional-info/changes-in-v13.html#intents

Gelean commented 1 year ago

https://discordjs.guide/additional-info/changes-in-v14.html#before-you-start

Gelean commented 1 year ago

Done in https://github.com/Gelean/deldbot/commit/3853d4218b443c2ddafb734f4d651448441e99e2