@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 ...
Die Suche ergab 1 Treffer
- Sonntag 24. Februar 2019, 18:17
- Forum: Allgemeine Fragen
- Thema: Discord.py
- Antworten: 4
- Zugriffe: 1412
