Remove pal description from the embed

This commit is contained in:
Luke Robles 2024-01-26 13:46:40 -08:00
parent 6350248067
commit ff7e9b28c1

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)