mirror of
https://github.com/polyjitter/searchbot-discord.git
synced 2024-08-14 22:46:55 +00:00
Fixed wrong things
This commit is contained in:
parent
d9fc49e66d
commit
7d9b8c0083
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -62,7 +62,7 @@ bot = Bot(
|
|||
async def search(ctx, *, query: str):
|
||||
"""Search online for results."""
|
||||
|
||||
print(f"\n\nNEW CALL: {ctx.user} from {ctx.server}.\n")
|
||||
print(f"\n\nNEW CALL: {ctx.author} from {ctx.guild}.\n")
|
||||
|
||||
async with ctx.typing():
|
||||
msg = search_logic(query)
|
||||
|
|
Loading…
Reference in a new issue