Fix div for pal profil photo

This commit is contained in:
Luke Robles 2024-01-30 19:46:13 -08:00
parent 9c44db8cf5
commit c7dc007cbb

View File

@ -94,7 +94,8 @@ class PalWorld(commands.Cog):
embed.set_thumbnail(
url=soup.find(
"img", class_="rounded-full w-32 sm:w-auto border-2 border-amber-500"
"img",
class_="rounded-full w-32 sm:w-auto border-2 border-amber-500 aspect-square",
)["src"]
)