fixing warning message ffs

This commit is contained in:
klemek
2021-01-07 11:01:18 +01:00
parent 58ac967fc2
commit 3bfb92209d
+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.mention} An analysis is already running on this server, please be patient."
)
else:
msg_count = 0