mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-20 18:34:56 +00:00
style: format code with black
Format code with black
This commit fixes the style issues introduced in cea527a
according to the output
from Black.
Details: None
This commit is contained in:
parent
cea527ae79
commit
ced110c2f9
2 changed files with 16 additions and 8 deletions
|
@ -18,8 +18,8 @@ class Help(commands.Cog):
|
|||
@commands.command()
|
||||
async def help(self, ctx):
|
||||
embed = discord.Embed(
|
||||
title='Help',
|
||||
description='Lynxie\'s prefix is `AAAA `',
|
||||
title="Help",
|
||||
description="Lynxie's prefix is `AAAA `",
|
||||
colour=discord.Colour.orange(),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue