Simplify the paldex embed even more

This commit is contained in:
Luke Robles 2024-01-26 17:59:37 -08:00
parent 8913de7267
commit 4c0fcf271b

View File

@ -99,8 +99,7 @@ class PalWorld(commands.Cog):
# pal_description = soup.find("h3", class_="text-lg mt-2 text-slate-300").text # 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="**Description**", value=pal_description, inline=False)
embed.add_field(name="Work Skills", value="-----", inline=False) # embed.add_field(name="Work Skills", value="-----", inline=False)
# work skills # work skills
skills_emojis = { skills_emojis = {
"Cooling": "❄️", "Cooling": "❄️",
@ -150,6 +149,7 @@ class PalWorld(commands.Cog):
value="", value="",
inline=False, inline=False,
) )
await ctx.defer() await ctx.defer()
await ctx.send_followup(embed=embed) await ctx.send_followup(embed=embed)