Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discordjs 13 TypeError Valid intents must be provided for the Client.

const { Client, Intents } = require('discord.js');

const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });

//Change node version to 16.6 if you have AbortController error
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #discordjs #TypeError #Valid #intents
ADD COMMENT
Topic
Name
2+3 =