javascript - How to count reaction Discord js - Stack Overflow

I made a poll mand in discord.js, but I'm not sure how I can get the amount of people who reacted

I made a poll mand in discord.js, but I'm not sure how I can get the amount of people who reacted to a specific emoji. This is my code:

if (!args[1]) return message.channel.send('You need to ask a question.');
let pollq = args.join(' ');
let whoask = msg.author.username;

const poll = new D.MessageEmbed()
 .setTitle('New Poll')
 .setAuthor(
  'Cleansound',
  ''
 )
 .setDescription(`${whoask} Baru Saja Membuat Pollin question baru`)
 .setDescription(`${pollq}`)
 .addField(` 

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742340825a4425592.html

相关推荐

  • javascript - How to count reaction Discord js - Stack Overflow

    I made a poll mand in discord.js, but I'm not sure how I can get the amount of people who reacted

    10小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信