Capitalize the pal's name in the title of the embed

This commit is contained in:
Luke Robles 2024-01-26 14:02:02 -08:00
parent 921b8600fe
commit 9f6ac356ce

View File

@ -81,7 +81,7 @@ class PalWorld(commands.Cog):
description="-------", description="-------",
color=color_lookup[primary_element], color=color_lookup[primary_element],
type="rich", type="rich",
title=pal, title=pal.capitalize(),
) )
embed.set_author( embed.set_author(