From 8913de726705772dd99070432adcd95df533f22d Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 26 Jan 2024 14:02:02 -0800 Subject: [PATCH] Capitalize the pal's name in the title of the embed --- app/cogs/palworld.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/cogs/palworld.py b/app/cogs/palworld.py index 42388e8c..d8ca5281 100755 --- a/app/cogs/palworld.py +++ b/app/cogs/palworld.py @@ -81,7 +81,7 @@ class PalWorld(commands.Cog): description="-------", color=color_lookup[primary_element], type="rich", - title=pal, + title=pal.capitalize(), ) embed.set_author(