From c5ab97ce0d73ac2fe6ca31d963aba6e190f5074d Mon Sep 17 00:00:00 2001 From: Twentysix Date: Sun, 4 Jun 2017 19:53:12 +0200 Subject: [PATCH] [Core] Fixed owner request's author not showing up --- core/core_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core_commands.py b/core/core_commands.py index ab82d99c1..b9a376527 100644 --- a/core/core_commands.py +++ b/core/core_commands.py @@ -252,7 +252,8 @@ class Core: for i in range(length): token += random.choice(chars) - log.info("{0} ({0.id}) requested to be set as owner.") + log.info("{0} ({0.id}) requested to be set as owner." + "".format(ctx.author)) print("\nVerification token:") print(token)