fixed thing i forgot

This commit is contained in:
Adriene Hutchins 2020-02-19 20:45:48 -05:00
parent 30540b2f52
commit f524d547a8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ async def search(ctx, *, query: str):
print(f"\n\nNEW CALL: {ctx.author} from {ctx.guild}.\n")
async with ctx.typing():
msg = search_logic(query)
msg = await search_logic(query)
await ctx.send(msg)
@bot.command(aliases=['exit', 'reboot'])