From 3d4a25791fed95251cce689d4809553369cb87f9 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Mon, 9 Dec 2024 01:59:25 +0000 Subject: [PATCH] add missing position argument to embed --- utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/models.py b/utils/models.py index e8b80c1..315a3d3 100644 --- a/utils/models.py +++ b/utils/models.py @@ -145,5 +145,5 @@ class Player(Model): f"Playtime ???" ) ) - embed.set_thumbnail(summary.avatar_url) + embed.set_thumbnail(url=summary.avatar_url) return embed