mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user