Update for new config
This commit is contained in:
parent
0bdbade75f
commit
7f57f3c8ca
1 changed files with 3 additions and 3 deletions
|
@ -31,12 +31,12 @@ If you are unable to use pip, there are Windows installers for LXML available fo
|
||||||
|
|
||||||
### Run
|
### Run
|
||||||
|
|
||||||
Once you have installed the required dependencies, you can run the bot! Make sure you are in the correct folder and run the following command:
|
Before you run the bot, rename `config.default` to `config` and edit it with your preferred settings.
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
`python bot.py`
|
`python bot.py`
|
||||||
|
|
||||||
The first time you run the bot it will generate the config file. The next time you run it, it will start normally.
|
|
||||||
|
|
||||||
On Windows you can usually just double-click `bot.py` to start the bot, as long as you have Python installed correctly.
|
On Windows you can usually just double-click `bot.py` to start the bot, as long as you have Python installed correctly.
|
||||||
|
|
||||||
## Getting help with CloudBot
|
## Getting help with CloudBot
|
||||||
|
|
Reference in a new issue