Adding Application Emojis
Is this possible that when my client gets ready I can check if my Bot has these specific Application emojis if it won't am I able to upload them via their url to the application and get back that emoji id?
4 Replies
:method: ApplicationEmojiManager#fetch()
discord.js@14.24.2
Obtains one or more emojis from Discord, or the emoji cache if they're already available.
that will return a Collection of all application emoji you have key'd by their ID
you can then check if they exist compared to a local ID list
The thread owner has marked this issue as solved.