Skip to content
Advertisement

Discord Intents discord.js

I am trying to use this –

new Discord.Client({ws:{intents: [Intents.FLAGS.GUILD_PRESENCES]}});

I am experiencing issues. See the attached image. Anyone know what wrong? Thanks!

Advertisement

Answer

You haven’t defined the Intents it –

new Discord.Client({ws:{intents: [Discord.Intents.FLAGS.GUILD_PRESENCES]}})
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement