#http error
1 messages ยท Page 1 of 1 (latest)
what is emoji?
-ev const emoji = '๐ฆ'
const emojiButton = new Discord.MessageActionRow()
.addComponents(new Discord.MessageButton().setCustomId("nothing").setLabel(emoji).setStyle("SUCCESS"));
msg.channel.send({ content: "The emoji was " + emoji, components: [emojiButton] });
The emoji was ๐ฆ
worked?
because if that's actually an emoji i can't reproduce it
wdym
ohhhh ok
in the form :grinning:
๐
lol
thx man
do u hav a link to a list of unicode emojis
you can put a \ in front of it in discord
that's a very strange error for that though
would've expected the API to say something about invalid emojis or sth
actually, can't reproduce that behaviour either
the label isn't very useful, of course, but it still works
also, if you want to use emojis, why the label, why not just a button emoji?
<:_:874569335308431382> MessageButton#setEmoji()
Set the emoji of this button
i use id with messaSelectedMenu#setEmoji