mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 10:47:58 -05:00
Bump black to 20.8b1 (and reformat) (#4371)
* Bump black version * Reformat with black
This commit is contained in:
@@ -443,7 +443,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
await ctx.send(embed=embed)
|
||||
else:
|
||||
python_version = "{}.{}.{}".format(*sys.version_info[:3])
|
||||
dpy_version = "{}".format(discord.__version__,)
|
||||
dpy_version = "{}".format(discord.__version__)
|
||||
red_version = "{}".format(__version__)
|
||||
|
||||
about = _(
|
||||
|
||||
Reference in New Issue
Block a user