Skip to content

Commit 7a24b64

Browse files
robinmahieuTaaku18
andauthored
Make error message more personal
Co-Authored-By: Taku 3 Animals <[email protected]>
1 parent 3881d22 commit 7a24b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ async def logs_responded(self, ctx, *, user: User = None):
722722
if not embeds:
723723
embed = discord.Embed(
724724
color=discord.Color.red(),
725-
description="No log entries have been found for that query",
725+
description=f"{getattr(user, 'mention', user.id)} has not responded to any threads.",
726726
)
727727
return await ctx.send(embed=embed)
728728

0 commit comments

Comments
 (0)