From 58ac967fc25170980da284eb456c405882c83d3a Mon Sep 17 00:00:00 2001 From: klemek Date: Thu, 7 Jan 2021 11:00:30 +0100 Subject: [PATCH] fixing warning message --- emotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emotes.py b/emotes.py index bfdaa40..d707ee8 100644 --- a/emotes.py +++ b/emotes.py @@ -71,7 +71,7 @@ async def compute(client: discord.client, message: discord.Message, *args: str): total_msg, total_chan = await logs.load(progress, channels) if total_msg == -1: await message.channel.send( - "f{message.author} An analysis is already running on this server, please be patient." + f"{message.author} An analysis is already running on this server, please be patient." ) else: msg_count = 0