Capitalize the pal's name in the title of the embed
This commit is contained in:
parent
012a74c0b6
commit
8913de7267
@ -81,7 +81,7 @@ class PalWorld(commands.Cog):
|
||||
description="-------",
|
||||
color=color_lookup[primary_element],
|
||||
type="rich",
|
||||
title=pal,
|
||||
title=pal.capitalize(),
|
||||
)
|
||||
|
||||
embed.set_author(
|
||||
|
Loading…
x
Reference in New Issue
Block a user