ox
ox
Explore posts from servers
SIASapphire - Imagine a framework
Created by ox on 2/13/2023 in #discordjs-support
Undefined ?
5 replies
SIASapphire - Imagine a framework
Created by ox on 2/12/2023 in #discordjs-support
How can i add all itents
const { Client, GatewayIntentBits } = require('discord.js');
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages] });
const { Client, GatewayIntentBits } = require('discord.js');
const client = new Client({ intents: [GatewayIntentBits.Guilds, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessages] });
How can i add all itents to be like :
const client = new Client({ intents: allIntents });
const client = new Client({ intents: allIntents });
Without adding every single intent manualy
4 replies