misc(aurora): minor formatting fix
This commit is contained in:
parent
4d408ff616
commit
d546fb3371
1 changed files with 2 additions and 2 deletions
|
@ -576,10 +576,10 @@ async def type_embed(ctx: commands.Context, moderation_type = Type) -> Embed:
|
||||||
guild_str = "\n".join(guild_str)
|
guild_str = "\n".join(guild_str)
|
||||||
|
|
||||||
e = await _config(ctx)
|
e = await _config(ctx)
|
||||||
e.title += f": {moderation_type.string} Configuration"
|
e.title += f": {moderation_type.string.title()} Configuration"
|
||||||
e.description = (
|
e.description = (
|
||||||
f"""
|
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.
|
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
|
See `{ctx.prefix}aurora set guild` for more information.\n
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue