mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
fixed thing i forgot
This commit is contained in:
parent
30540b2f52
commit
f524d547a8
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue