emoji events not emitting

discord.js emoji events are not emitting
4 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Paras
Paras2y ago
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],

client.on("emojiDelete", Emoji => console.log(Emoji))
client.on("emojiDelete", Emoji => console.log(Emoji))
조아오
조아오2y ago
Do you have any partials?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View