Fix div for pal profil photo
This commit is contained in:
parent
9c44db8cf5
commit
c7dc007cbb
@ -94,7 +94,8 @@ class PalWorld(commands.Cog):
|
|||||||
|
|
||||||
embed.set_thumbnail(
|
embed.set_thumbnail(
|
||||||
url=soup.find(
|
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"]
|
)["src"]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user