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:
deepsource-autofix[bot] 2023-09-07 17:20:15 +00:00 committed by GitHub
parent cea527ae79
commit ced110c2f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 8 deletions

View file

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