Skip to content

Commit 553543f

Browse files
committed
rename default config
1 parent be1d1d8 commit 553543f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To install CloudBot in Vagrant (both *Unix and Windows), see [here](https://gith
1717

1818
### Running CloudBot
1919

20-
Before you run the bot, rename `config.default` to `config.json` and edit it with your preferred settings. You can check if your JSON is valid using [jsonlint.com](http://jsonlint.com/)!
20+
Before you run the bot, rename `config.default.json` to `config.json` and edit it with your preferred settings. You can check if your JSON is valid using [jsonlint.com](http://jsonlint.com/)!
2121

2222
Once you have installed the required dependencies and renamed the config file, you can run the bot! Make sure you are in the correct folder and run the following command:
2323

cloudbot/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def load_config(self):
5757
# if there is no config, show an error and die
5858
logger.critical("No config file found, bot shutting down!")
5959
print("No config file found! Bot shutting down in five seconds.")
60-
print("Copy 'config.default' to 'config.json' for defaults.")
60+
print("Copy 'config.default.json' to 'config.json' for defaults.")
6161
print("For help, see http://git.io/cloudbotirc. Thank you for using CloudBot!")
6262
time.sleep(5)
6363
sys.exit()
File renamed without changes.

0 commit comments

Comments
 (0)