Added exit/messages to config gen!
This commit is contained in:
parent
67372ffbfe
commit
6327df66a4
1 changed files with 5 additions and 1 deletions
|
@ -53,7 +53,11 @@ if not os.path.exists('config'):
|
||||||
],
|
],
|
||||||
"admins": []
|
"admins": []
|
||||||
}''') + '\n')
|
}''') + '\n')
|
||||||
|
print "Config generated!"
|
||||||
|
print "Please edit the config now."
|
||||||
|
print "For help, see http://git.io/cloudbotwiki"
|
||||||
|
print "Thank you for using CloudBot!"
|
||||||
|
sys.exit()
|
||||||
|
|
||||||
def config():
|
def config():
|
||||||
# reload config from file if file has changed
|
# reload config from file if file has changed
|
||||||
|
|
Reference in a new issue