Help newline... (#3247)

* whee

* change
This commit is contained in:
Michael H 2019-12-31 16:01:51 -05:00 committed by GitHub
parent f7e2617911
commit 22268eed9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
minor help formatting fix

View File

@ -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)