TechWithAndrew
TechWithAndrew
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 7/29/2023 in #djs-voice
Audio Won't Play
no err
5 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 7/29/2023 in #djs-voice
Audio Won't Play
Node: v16.14.2
5 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 7/29/2023 in #djs-voice
Audio Won't Play
discord.js@14.11.0
5 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Alr
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
R
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
So to add mine I can do
const client = new Client({
intents: [
GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers,
],
});
const client = new Client({
intents: [
GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers,
],
});
If not can you provide an example of what you mean by Enums
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
I just want it to do the intents I picked in the app
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Like instead it would be like GatewatIntentBits.GuildMessages, etc...
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Is it the same way adding them in like the old way, just shorter words for intents
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
V14 is nice just a pain to convert old code to
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Is that in the guide or
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
So all I need to do is GatewayBits.Guild for intents right? That's what it said in guide for bot to work correctly
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Alright I don't need partials then, never used them in v13 so
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
True
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
So I don't really need them? still don't understand it. Is it just the new way of doing like Intents.FLAGS.GUILD_MESSAGES
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
What does this whole thing do, I understand gateway part but not partials const client = new Client({ intents: [GatewayIntentBits.Guilds], partials: [Partials.Channel] });
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
So I understand that
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
That's actual better then v13
27 replies
DIAdiscord.js - Imagine an app
Created by TechWithAndrew on 2/2/2023 in #djs-questions
Intents Undefined
Oh dang
27 replies