Remove pal description from the embed

This commit is contained in:
Luke Robles 2024-01-26 13:46:40 -08:00
parent dfda95fe20
commit 4f3e25a17b

View File

@ -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)