mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 09:22:31 -05:00
1
changelog.d/3247.misc.rst
Normal file
1
changelog.d/3247.misc.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
minor help formatting fix
|
||||||
@@ -343,7 +343,7 @@ class RedHelpFormatter:
|
|||||||
embed = discord.Embed(color=color, **embed_dict["embed"])
|
embed = discord.Embed(color=color, **embed_dict["embed"])
|
||||||
|
|
||||||
if page_count > 1:
|
if page_count > 1:
|
||||||
description = f"{embed.description} *Page {i} of {page_count}*"
|
description = f"*Page {i} of {page_count}*\n{embed.description}"
|
||||||
embed.description = description
|
embed.description = description
|
||||||
|
|
||||||
embed.set_author(**author_info)
|
embed.set_author(**author_info)
|
||||||
|
|||||||
Reference in New Issue
Block a user