C-h-a-r / Mod-Mail

17 stars 118 forks source link

CLIENT_MISSING_INTENTS #8

Open PARADOX-OP opened 3 years ago

PARADOX-OP commented 3 years ago

Module showing CLIENT_MISSING_INTENTS

AviaJae commented 2 years ago

Are you still having trouble in this issue?

SpreeHertz commented 2 years ago

You must turn on these three Intents in the "Bot" section in the Discord Developer Portal.

image

AviaJae commented 2 years ago

No, its not about that.

AviaJae commented 2 years ago

Replace your const client into this.

const client = new Discord.Client({ intents: ["GUILDS", "GUILD_MESSAGES"] })

SpreeHertz commented 2 years ago

You're right, my bad.