Emojis

how do you add a regular emoji (non-guild) to a button? Do i just use .addEmoji('\:heart:');? or does :heart need to be a string of numbers?
4 Replies
d.js toolkit
d.js toolkit13mo ago
• What's your exact discord.js npm list discord.js and node node -v version? • Post the full error stack trace, not just the top part! • Show your code! • Explain what exactly your issue is. • Not a discord.js issue? Check out #useful-servers.
Syjalo
Syjalo13mo ago
Use unicode emoji
axiprime
axiprime13mo ago
For button emoji, you can put the emoji id or the unicode like syjalo said. Custom Emoji ( Love => .addEmoji('744238902818373673') ) Unicode Emoji ( .addEmoji('❤️') )
SuperPEKKA336
SuperPEKKA33613mo ago
k ty