Made the setowner command from console more clear.

This commit is contained in:
Kowlin 2016-04-11 13:22:35 +02:00
parent 54fb3ba818
commit 19bc3ef532

2
red.py
View File

@ -486,7 +486,7 @@ def main():
else:
print("Once you're owner use !set prefix to set it.")
if settings.owner == "id_here":
print("Owner has not been set yet. Do '[p]set owner' in chat to set yourself as owner.")
print("Owner has not been set yet. Do '{}set owner' in chat to set yourself as owner.".format(bot.command_prefix[0]))
else:
owner.hidden = True # Hides the set owner command from help
yield from bot.login(settings.email, settings.password)