[Core] Fixed owner request's author not showing up

This commit is contained in:
Twentysix 2017-06-04 19:53:12 +02:00
parent 35c88084ba
commit c5ab97ce0d

View File

@ -252,7 +252,8 @@ class Core:
for i in range(length): for i in range(length):
token += random.choice(chars) 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("\nVerification token:")
print(token) print(token)