forgot comma
This commit is contained in:
parent
09b7d078ff
commit
823aad462b
@ -58,7 +58,7 @@ async def ask(ctx):
|
||||
await ctx.send(
|
||||
embed=generate_embed(
|
||||
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',
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user