change mention to DN
All checks were successful
Build and Publish Jimmy.2 / build_and_publish (push) Successful in 5s

This commit is contained in:
Nexus 2024-05-14 17:51:00 +01:00
parent e8a03c0059
commit 7a5da08a6e

View file

@ -35,7 +35,7 @@ class MeterCog(commands.Cog):
chunks.append("B")
return await ctx.respond(
embed=discord.Embed(
title=f"{user.mention}'s penis length:",
title=f"{user.display_name}'s penis length:",
description="%d cm\n%s" % (n, "".join(chunks))
)
)