Fix div for pal profil photo
This commit is contained in:
parent
92b63ca628
commit
c14994b9d3
@ -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"]
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user