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)