changement afficage not user_data de id a displayname
Some checks failed
Deploy Bot on NAS / deploy (push) Failing after 0s

This commit is contained in:
ArcElewyn 2025-08-28 15:55:08 +02:00
parent c7e8ab62be
commit 5adccfa404

View file

@ -22,7 +22,7 @@ class MyStats(commands.Cog):
user_data = db_manager.get_user_all_pbs(username)
if not user_data:
await ctx.send(f"❌ No data found for **{username}**.")
await ctx.send(f"❌ No data found for **{ctx.author.display_name}**.")
return
embed = discord.Embed(