itsprobcrazy
itsprobcrazy
DIAdiscord.js - Imagine an app
Created by itsprobcrazy on 1/15/2025 in #djs-voice
Am I missing something completely?
Dependencies i currently have installed are +-- @discordjs/[email protected] +-- [email protected] `-- [email protected]
4 replies
DIAdiscord.js - Imagine an app
Created by itsprobcrazy on 1/15/2025 in #djs-voice
Am I missing something completely?
My intents are as follows
const client = new Client({ intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildVoiceStates,
],
});
const client = new Client({ intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.GuildVoiceStates,
],
});
4 replies