Simplify the paldex embed even more
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-01-26 17:59:37 -08:00
parent 7cf001d0ea
commit bc6358246e

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)