Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

discord.js all intents

const Discord = require('discord.js')

const CLIENT = new Discord.Client({
	intents: new Discord.Intents(32767)
})
 
PREVIOUS NEXT
Tagged: #intents
ADD COMMENT
Topic
Name
1+5 =