1
0
Fork 0
mirror of synced 2024-05-03 20:22:32 +12:00

Make it clear that it is required to rename config.yml.sample to config.yml

This commit is contained in:
Phxntxm 2017-05-13 14:23:08 -05:00
parent a15e2862ee
commit ca8bcd8adf

View file

@ -20,7 +20,7 @@ In order to install the requirements for Bonfire you will first need to install
python -m pip install --upgrade -r requirements.txt python -m pip install --upgrade -r requirements.txt
``` ```
The only required file to modify would be the config.yml.sample file. The entries are as follows: The only required file to modify would be the config.yml.sample file. Copy this file to config.yml and edit the entries as needed; the entries are as follows:
- bot_token: The token that can be retrieved from the [bot's application page](https://discordapp.com/developers/applications/me) - bot_token: The token that can be retrieved from the [bot's application page](https://discordapp.com/developers/applications/me)
- owner_id: This is your ID, which can be retrieved by right clicking your name in the discord application, when developer mode is on - owner_id: This is your ID, which can be retrieved by right clicking your name in the discord application, when developer mode is on