fixing warning message

This commit is contained in:
klemek
2021-01-07 11:00:30 +01:00
parent 377012cf4a
commit 58ac967fc2
+1 -1
View File
@@ -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