Paras
Paras
DIAdiscord.js - Imagine an app
Created by Ciaran on 12/1/2023 in #djs-questions
Check if a member has a role in a different server
any specific reason you didn’t update code?
5 replies
DIAdiscord.js - Imagine an app
Created by Paras on 10/11/2022 in #djs-questions
emoji events not emitting
client.on("emojiDelete", Emoji => console.log(Emoji))
client.on("emojiDelete", Emoji => console.log(Emoji))
6 replies
DIAdiscord.js - Imagine an app
Created by Paras on 10/11/2022 in #djs-questions
emoji events not emitting
intents: [GatewayIntentBits.GuildWebhooks,GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages,GatewayIntentBits.GuildMembers,GatewayIntentBits.MessageContent,GatewayIntentBits.GuildBans,GatewayIntentBits.GuildEmojisAndStickers,GatewayIntentBits.GuildIntegrations],

intents: [GatewayIntentBits.GuildWebhooks,GatewayIntentBits.Guilds, GatewayIntentBits.GuildMessages,GatewayIntentBits.GuildMembers,GatewayIntentBits.MessageContent,GatewayIntentBits.GuildBans,GatewayIntentBits.GuildEmojisAndStickers,GatewayIntentBits.GuildIntegrations],

6 replies