discord.py see if there is any reactions on a message code example
Example: discord.py check if message has certain reaction
emoji = "" # some emoji as a string
if any(reaction.emoji == emoji for reaction in message.reactions):
# there is at least one reaction of the specified emoji