AnIdiotsGuide/discordjs-bot-guide

Client Intents still supported?

seanwendt opened this issue · 2 comments

I'm just trying to get the getting started bot up and running, but it doesn't seem like it recognizes the Intents import anymore. I checked Discord.js and all I could find were examples of GatewayIntentBits . Has it been deprecated?

Hey there.

Our guide is still running on discord.js v13. The latest discord.js is v14. They changed how intents work.

You can either downgrade your discord.js using npm i discord.js@13 or you can follow this guide on migration to fix any issues you have. https://discordjs.guide/additional-info/changes-in-v14.html

For additional support, you can ask in our support sever. The GitHub issue tracker is more so for issues with the guide. https://discord.gg/vXVxsAjSMF

Thank you very much for the quick response, and also for this incredible guide. Downgrading worked.