From 0bf5c17df35222e6766d3ee8490aaa51202f27ce Mon Sep 17 00:00:00 2001 From: lauralani Date: Mon, 1 Jan 2024 18:20:02 +0100 Subject: [PATCH] change mention for status error message --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(