diff --git a/fouras.py b/fouras.py index 1d0d923..a3bcc1b 100644 --- a/fouras.py +++ b/fouras.py @@ -196,7 +196,7 @@ async def handle_riddle_solving(message, client: discord.Client) -> bool: solver_id=solver_id, ) - await message.channel.send( + await message.reply( SUCCESS.format(user=message.author.mention, answer=answer) ) @@ -209,6 +209,7 @@ async def handle_riddle_solving(message, client: discord.Client) -> bool: current_riddle, solved=True, solver_mention=message.author.mention ) ) + # await message.add_reaction("✅") except discord.errors.NotFound: pass