mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-08 14:50:21 +02:00
✨ add nix env
This commit is contained in:
@ -628,8 +628,9 @@ class MiscCog(Cog, name="Divers"):
|
||||
if joke.file:
|
||||
text += " - image non inclue - "
|
||||
|
||||
name = who.display_name if who else "Inconnu"
|
||||
embed.add_field(
|
||||
name=f"{i} - {who.display_name} - {len(joke.likes)}", value=text
|
||||
name=f"{i} - {name} - {len(joke.likes)}", value=text
|
||||
)
|
||||
|
||||
await ctx.send(embed=embed)
|
||||
|
Reference in New Issue
Block a user