Remove pal description from the embed
This commit is contained in:
parent
dfda95fe20
commit
4f3e25a17b
@ -95,8 +95,8 @@ class PalWorld(commands.Cog):
|
||||
)["src"]
|
||||
)
|
||||
|
||||
pal_description = soup.find("h3", class_="text-lg mt-2 text-slate-300").text
|
||||
embed.add_field(name="**Description**", value=pal_description, inline=False)
|
||||
# pal_description = soup.find("h3", class_="text-lg mt-2 text-slate-300").text
|
||||
# embed.add_field(name="**Description**", value=pal_description, inline=False)
|
||||
|
||||
embed.add_field(name="Work Skills", value="-----", inline=False)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user