From 7d9b8c008395fc52953de9e3a5a761865f35b675 Mon Sep 17 00:00:00 2001 From: Adriene Hutchins Date: Wed, 19 Feb 2020 18:40:12 -0500 Subject: [PATCH] Fixed wrong things --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 88720e5..87f45c4 100644 --- a/main.py +++ b/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)