medi
medi
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
i see. thank you for helping me.
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
both seemed the same for me.
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
...it worked. can you tell me how before i mark the post as solved?
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
i'm kinda nodejs newbie so apologies if i'm making nodejs mistakes instead of discordjs mistakes, if i do, please refer me to a documentation that i can read
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
the error comes out before the client successfully logs in
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
apparently not
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
here are my intents
const client = new Client ({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent
],
partials: [
Partials.Channel
],
})
const client = new Client ({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent
],
partials: [
Partials.Channel
],
})
11 replies
DIAdiscord.js - Imagine an app
Created by medi on 8/18/2024 in #djs-questions
Send a message in a specific channel?
@Qjuh
11 replies