fixing warning message ffs
This commit is contained in:
@@ -71,7 +71,7 @@ async def compute(client: discord.client, message: discord.Message, *args: str):
|
|||||||
total_msg, total_chan = await logs.load(progress, channels)
|
total_msg, total_chan = await logs.load(progress, channels)
|
||||||
if total_msg == -1:
|
if total_msg == -1:
|
||||||
await message.channel.send(
|
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:
|
else:
|
||||||
msg_count = 0
|
msg_count = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user