mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-29 06:43:14 +00:00
Line too long
This commit is contained in:
parent
dae2d4901c
commit
9f00d945ae
1 changed files with 6 additions and 2 deletions
|
@ -218,12 +218,16 @@ 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(
|
||||
title="Saveable",
|
||||
description="Image converted to GIF, click the star to save it :3",
|
||||
description="Image converted to GIF, "
|
||||
"click the star to save it :3",
|
||||
colour=discord.Colour.orange(),
|
||||
)
|
||||
.set_image(url="attachment://image.gif")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue