You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an emoji is created on a guild the bot is in (given that the cache has not been limited or disabled for that manager) it is not added to cache and a restart or fetch is needed for that to happen. Though discord.js has events for guildEmojiCreate and guildEmojiDelete I can't seem to find any mention of those in the documentation, only guildEmojiUpdate, so maybe that's the reason? Not sure.
P.S. if any of the maintainers could let me know, either here or through DM on Discord, why I was banned from the server I would appreciate it.
Which package is this bug report for?
discord.js
Issue description
When an emoji is created on a guild the bot is in (given that the cache has not been limited or disabled for that manager) it is not added to cache and a restart or fetch is needed for that to happen. Though discord.js has events for guildEmojiCreate and guildEmojiDelete I can't seem to find any mention of those in the documentation, only guildEmojiUpdate, so maybe that's the reason? Not sure.
P.S. if any of the maintainers could let me know, either here or through DM on Discord, why I was banned from the server I would appreciate it.
Code sample
No response
Versions
Issue priority
Low (slightly annoying)
Which partials do you have configured?
User, Channel, GuildMember, Message
Which gateway intents are you subscribing to?
Guilds, GuildMembers, GuildMessages, MessageContent
I have tested this issue on a development release
No response
The text was updated successfully, but these errors were encountered: