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 012a74c0b6
commit 8913de7267

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(