add missing position argument to embed
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
All checks were successful
Build and Push Docker Image / build (push) Successful in 16s
This commit is contained in:
parent
718fa21c66
commit
3d4a25791f
@ -145,5 +145,5 @@ class Player(Model):
|
|||||||
f"Playtime ???"
|
f"Playtime ???"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
embed.set_thumbnail(summary.avatar_url)
|
embed.set_thumbnail(url=summary.avatar_url)
|
||||||
return embed
|
return embed
|
||||||
|
Reference in New Issue
Block a user