valid intents must be provided for the client

Solutions on MaxInterview for valid intents must be provided for the client by the best coders in the world

showing results for - "valid intents must be provided for the client"
Edoardo
28 Jan 2021
1const client = new Discord.Client({ intents: [Discord.Intents.FLAGS.GUILDS, Discord.Intents.FLAGS.GUILD_MESSAGES] });