mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Core] Fixed owner request's author not showing up
This commit is contained in:
parent
35c88084ba
commit
c5ab97ce0d
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user