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
评论列表(0条)