𝔹𝕠𝕠𝕓𝕖𝕣
𝔹𝕠𝕠𝕓𝕖𝕣
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
works, thank you
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildInvites, GatewayIntentBits.DirectMessages, GatewayIntentBits.GuildVoiceStates, GatewayIntentBits.DirectMessages, GatewayIntentBits.DirectMessageReactions ], partials: [ Partials.Channel, ] });
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
because it still doesn't work
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
how should I do it?
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildInvites, GatewayIntentBits.DirectMessages, GatewayIntentBits.GuildVoiceStates, GatewayIntentBits.DirectMessages, GatewayIntentBits.DirectMessageReactions ], partials: [ 'CHANNEL', ] });
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
thanks
16 replies
DIAdiscord.js - Imagine an app
Created by 𝔹𝕠𝕠𝕓𝕖𝕣 on 4/29/2024 in #djs-questions
Dm discord.js 14.14.1
client.on('messageCreate', msg => { if (msg.channel.type === 'dm') { console.log(msg) } })
16 replies