1
0
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:
ddorn
2020-06-01 13:43:49 +02:00
parent abb1f16129
commit b8a9041e36
3 changed files with 13 additions and 1 deletions

View File

@ -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)