mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
parent
f7e2617911
commit
22268eed9d
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"])
|
||||
|
||||
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.set_author(**author_info)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user