forgot comma

This commit is contained in:
Luke Robles 2021-01-13 14:31:53 -08:00
parent 030e1be431
commit 52eef45f3b
No known key found for this signature in database
GPG Key ID: D70F99D67F488AF9

View File

@ -58,7 +58,7 @@ async def ask(ctx):
await ctx.send( await ctx.send(
embed=generate_embed( embed=generate_embed(
embed_title=questions.answer_question(ctx.message.content), embed_title=questions.answer_question(ctx.message.content),
author_name='Wolfram Alpha says' author_name='Wolfram Alpha says',
author_image='https://cdn.iconscout.com/icon/free/png-256/wolfram-alpha-2-569293.png', author_image='https://cdn.iconscout.com/icon/free/png-256/wolfram-alpha-2-569293.png',
) )
) )