add missing position argument to embed
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s

This commit is contained in:
Corban-Lee Jones 2024-12-09 01:59:25 +00:00
parent 718fa21c66
commit 3d4a25791f

View File

@ -145,5 +145,5 @@ class Player(Model):
f"Playtime ???"
)
)
embed.set_thumbnail(summary.avatar_url)
embed.set_thumbnail(url=summary.avatar_url)
return embed