Where can I find a list of default Discord emojis?
I'm trying to provide emojis in option(publicStringSelectMenu), but I couldn't find a list of default emojis for quick reference.
13 Replies
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
There are no great ways to do this
It's worth noting that a select menu won't get you very far though
Since it can only have up to 25 options
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
We ship JEmoji as an API dependency and that will likely be your best bet for getting a list
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Discord's default emoji are unicode emoji so you can look up any one of those emoji dictionary sites for that
I want to create a menu for opening a ticket and display an emoji on the left. I tried doing it manually as described — and it works.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Good stuff
Okay, I understand, but the problem is that there is a custom emoji class which cannot be passed directly.
You should be able to pass in one of the relevant types
I think it uses ReactionEmoji because it has clearly defined subtypes
I can't check rn though, dealing with IBS rn
I think manually specifying it will be enough for me, as I plan to use custom emojis.
As long as the bot has access to them, specifying manually should be alright