fixing ask to not be an embed
This commit is contained in:
parent
c207650b41
commit
cacc52b08f
@ -56,11 +56,7 @@ async def on_ready():
|
|||||||
async def ask(ctx):
|
async def ask(ctx):
|
||||||
import questions
|
import questions
|
||||||
await ctx.send(
|
await ctx.send(
|
||||||
embed=generate_embed(
|
questions.answer_question(ctx.message.content),
|
||||||
embed_title=questions.answer_question(ctx.message.content),
|
|
||||||
author_name='Wolfram Alpha says',
|
|
||||||
author_image='https://cdn.iconscout.com/icon/free/png-256/wolfram-alpha-2-569293.png',
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
|
|
||||||
@bot.command(name='invite')
|
@bot.command(name='invite')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user