Home > Enterprise >  How do I check which reaction inthe message is higher in Discord.py?
How do I check which reaction inthe message is higher in Discord.py?

Time:01-21

So basicly, I'm creating a command that let you vote for something and after 5 min it will check which is higher.

But the problem is I don't know how to do that.

Here is my code so far:

@client.command()
async def strongy_boi(ctx, boi):
  if boi == "copper-golem-allay":
    mess = await ctx.send(":heart: = copper golem :blue_heart: = allay")
    await mess.add_reaction('❤️')
    await mess.add_reaction('           
  •  Tags:  
  • Related