Fixed wrong things

This commit is contained in:
Adriene Hutchins 2020-02-19 18:40:12 -05:00
parent d9fc49e66d
commit 7d9b8c0083
1 changed files with 1 additions and 1 deletions

View File

@ -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)