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
• 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.Use unicode emoji
For button emoji, you can put the emoji id or the unicode like syjalo said.
Custom Emoji ( => .addEmoji('744238902818373673') )
Unicode Emoji ( .addEmoji('❤️') )
k ty