mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-23 03:44:57 +00:00
style: format code with black
Format code with black
This commit fixes the style issues introduced in 4e68539
according to the output
from Black.
Details: None
This commit is contained in:
parent
4e685393de
commit
aa86e211e5
3 changed files with 38 additions and 30 deletions
|
@ -34,8 +34,6 @@ class Animals(commands.Cog):
|
|||
embed = discord.Embed(
|
||||
title=animal.capitalize(),
|
||||
colour=discord.Colour.orange(),
|
||||
).set_image(
|
||||
url="attachment://image.png"
|
||||
)
|
||||
).set_image(url="attachment://image.png")
|
||||
|
||||
await ctx.reply(embed=embed, file=animal_file, mention_author=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue