mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
Merge pull request #18 from Fluffy-Bean/deepsource-transform-16634351
format code with black
This commit is contained in:
commit
dbe660ded9
1 changed files with 1 additions and 4 deletions
|
@ -224,10 +224,7 @@ class Img(commands.Cog):
|
|||
response.seek(0)
|
||||
response = discord.File(response, filename="image.gif")
|
||||
|
||||
time_taken = (
|
||||
(datetime.datetime.now() - start_time).microseconds
|
||||
/ 1000
|
||||
)
|
||||
time_taken = (datetime.datetime.now() - start_time).microseconds / 1000
|
||||
|
||||
embed = (
|
||||
discord.Embed(
|
||||
|
|
Loading…
Add table
Reference in a new issue