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 """