Home > database >  Discord.js Adding Emojis to a send message and grab the message id
Discord.js Adding Emojis to a send message and grab the message id

Time:05-14

Hey Stack Overflow Community, I have another question in regard to discord.js.I want to send a message and add an emoji to it, from which I later want to get the list of users who have reacted. In order to do so I have 2 questions:

-How can I add an emoji? Do I need a separate event listener for a message or can I do it within my interactionCreate event? I have tried pannel.react("

  • Related