Code: Alles auswählen
@bot.command(pass_context=True )
async def checkreacts(ctx):
author=ctx.message.author
message = await bot.say("Test")
emoji="\U0001F44D"
await bot.add_reaction(message, emoji)
reaction = await bot.wait_for_reaction(emoji,user=author,message=message)
if reaction==emoji:
await bot.say("Test hat Funktioniert")
Es kommt kein Fehler aber der Zweite Text wird auch nicht geschickt
LG Lennard
