From d546fb3371cd1369440fa8a4691bd52c3ab77fe7 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Mon, 12 Aug 2024 18:15:15 -0400 Subject: [PATCH] misc(aurora): minor formatting fix --- aurora/utilities/factory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aurora/utilities/factory.py b/aurora/utilities/factory.py index 55c8f47..95ea1ca 100644 --- a/aurora/utilities/factory.py +++ b/aurora/utilities/factory.py @@ -576,10 +576,10 @@ async def type_embed(ctx: commands.Context, moderation_type = Type) -> Embed: guild_str = "\n".join(guild_str) e = await _config(ctx) - e.title += f": {moderation_type.string} Configuration" + e.title += f": {moderation_type.string.title()} Configuration" e.description = ( f""" - Use the buttons below to manage Aurora's configuration for the {moderation_type.string} moderation type. + Use the buttons below to manage Aurora's configuration for the {bold(moderation_type.string)} moderation type. If an option has a question mark (\N{BLACK QUESTION MARK ORNAMENT}\N{VARIATION SELECTOR-16}) next to it, Aurora will default to the guild level setting instead. See `{ctx.prefix}aurora set guild` for more information.\n """