mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
Bump black to 20.8b1 (and reformat) (#4371)
* Bump black version * Reformat with black
This commit is contained in:
@@ -550,7 +550,8 @@ class Economy(commands.Cog):
|
||||
embed.description = box(temp_msg, lang="md")
|
||||
embed.set_footer(
|
||||
text=footer_message.format(
|
||||
page_num=len(highscores) + 1, page_len=ceil(len(bank_sorted) / 10),
|
||||
page_num=len(highscores) + 1,
|
||||
page_len=ceil(len(bank_sorted) / 10),
|
||||
)
|
||||
)
|
||||
highscores.append(embed)
|
||||
@@ -565,7 +566,8 @@ class Economy(commands.Cog):
|
||||
embed.description = box(temp_msg, lang="md")
|
||||
embed.set_footer(
|
||||
text=footer_message.format(
|
||||
page_num=len(highscores) + 1, page_len=ceil(len(bank_sorted) / 10),
|
||||
page_num=len(highscores) + 1,
|
||||
page_len=ceil(len(bank_sorted) / 10),
|
||||
)
|
||||
)
|
||||
highscores.append(embed)
|
||||
|
||||
Reference in New Issue
Block a user