mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 19:58:54 -05:00
Dumbed down the config process some more
This commit is contained in:
parent
d4ebe078db
commit
e1d1ebe8e2
4
red.py
4
red.py
@ -367,8 +367,8 @@ def check_configs():
|
|||||||
#Remember we're using property's here, oh well...
|
#Remember we're using property's here, oh well...
|
||||||
settings.prefixes = prefixes
|
settings.prefixes = prefixes
|
||||||
|
|
||||||
print("\nInput *your own* ID. You can type \@Yourname in chat to see it (copy only the numbers).")
|
print("\nIf you know what an User ID is, input *your own* now and press enter.")
|
||||||
print("If you want, you can also do it later with [prefix]set owner. Leave empty in that case.")
|
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> ")
|
settings.owner = input("\nID> ")
|
||||||
if settings.owner == "": settings.owner = "id_here"
|
if settings.owner == "": settings.owner = "id_here"
|
||||||
if not settings.owner.isdigit() or len(settings.owner) < 17:
|
if not settings.owner.isdigit() or len(settings.owner) < 17:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user