diff --git a/core/config.py b/core/config.py index fad152c..a0372b6 100755 --- a/core/config.py +++ b/core/config.py @@ -25,7 +25,7 @@ class Config(dict): # if there is no config, show an error and die self.logger.critical("No config file found, bot shutting down!") print "No config file found! Bot shutting down in five seconds." - print "Copy 'cloudbot.default.json' to 'cloudbot.config.json' for defaults." + print "Copy 'config.default' to 'config.json' for defaults." print "For help, see http://git.io/cloudbotirc. Thank you for using CloudBot!" time.sleep(5) sys.exit()