Black formatting
This commit is contained in:
parent
479b23f0f3
commit
5752ba6056
@ -64,10 +64,7 @@ class LoveCalculator(Cog):
|
|||||||
title = "Dr. Love has left a note for you."
|
title = "Dr. Love has left a note for you."
|
||||||
|
|
||||||
em = discord.Embed(
|
em = discord.Embed(
|
||||||
title=title,
|
title=title, description=result_text, color=discord.Color.red(), url=url
|
||||||
description=result_text,
|
|
||||||
color=discord.Color.red(),
|
|
||||||
url=url
|
|
||||||
)
|
)
|
||||||
em.set_image(url=f"https://www.lovecalculator.com/{result_image}")
|
em.set_image(url=f"https://www.lovecalculator.com/{result_image}")
|
||||||
await ctx.send(embed=em)
|
await ctx.send(embed=em)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user