Dumbed down the config process some more

This commit is contained in:
Twentysix 2016-03-22 15:01:28 +01:00
parent d4ebe078db
commit e1d1ebe8e2

4
red.py
View File

@ -367,8 +367,8 @@ def check_configs():
#Remember we're using property's here, oh well...
settings.prefixes = prefixes
print("\nInput *your own* ID. You can type \@Yourname in chat to see it (copy only the numbers).")
print("If you want, you can also do it later with [prefix]set owner. Leave empty in that case.")
print("\nIf you know what an User ID is, input *your own* now and press enter.")
print("Otherwise you can just set yourself as owner later with '[prefix]set owner'. Leave empty and press enter in this case.")
settings.owner = input("\nID> ")
if settings.owner == "": settings.owner = "id_here"
if not settings.owner.isdigit() or len(settings.owner) < 17: