Bot Permissions Vs Intents
So on the developer portal there is a permission calculator and when given Administrator it gives you '8'. Now How does this compare to intents? Like could I put 8 as an intent and just go on with my day?
6 Replies
no, permissions are not related to intents in the slightest
you have to list the intents your bot needs
this includes a list of all intents and their respective events
so it's nothing to worry about while using discord.js
not sure what that means, but you have to pass the intents your bot needs when constructing it