From 20e6b328a1ca4b3a88ad94b9e4b4b2aa5beb9b5d Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Wed, 13 Jan 2021 14:31:53 -0800 Subject: [PATCH] forgot comma --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index 683ca9d3..3341e296 100755 --- a/app/bot.py +++ b/app/bot.py @@ -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', ) )