diff --git a/app.py b/app.py index 010f33f..56c84db 100644 --- a/app.py +++ b/app.py @@ -102,7 +102,7 @@ async def on_message(message): logger.error( f"Status with no arguments by {message.author.name}. Command: \"{message.content}\"") await message.add_reaction("❌") - await message.channel.send(f"{message.author.name}: This comand is for checking the status of a single game!\nDid you maybe mean to use the `info` command to display all games?") + await message.channel.send(f"{message.author.mention}: This comand is for checking the status of a single game!\nDid you maybe mean to use the `info` command to display all games?") return if len(messagearray) > 2: logger.error(