config.json is now config_example.json
This commit is contained in:
parent
65a0e1097e
commit
388e27fdff
12
README.md
12
README.md
@ -26,8 +26,9 @@ Installation instructions are listed below. Please, make sure you have installed
|
|||||||
1. `git clone https://git.end-play.xyz/profitroll/YusarinBot`
|
1. `git clone https://git.end-play.xyz/profitroll/YusarinBot`
|
||||||
2. `cd YusarinBot`
|
2. `cd YusarinBot`
|
||||||
3. `pip install -r requirements.txt`
|
3. `pip install -r requirements.txt`
|
||||||
4. `nano config.json`
|
4. `cp config_example.json config.json`
|
||||||
5. `python yusarin.py`
|
5. `nano config.json`
|
||||||
|
6. `python yusarin.py`
|
||||||
|
|
||||||
## Installation (Detailed)
|
## Installation (Detailed)
|
||||||
|
|
||||||
@ -42,9 +43,10 @@ Installation instructions are listed below. Please, make sure you have installed
|
|||||||
9. You can rename it however you want, set needed descriptions etc
|
9. You can rename it however you want, set needed descriptions etc
|
||||||
10. Go to "Bot" tab and enable application as bot
|
10. Go to "Bot" tab and enable application as bot
|
||||||
11. Copy token of your bot
|
11. Copy token of your bot
|
||||||
12. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key
|
12. Copy `config_example.json` to `config.json`
|
||||||
13. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: <https://support.playhive.com/discord-user-id/>)
|
13. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key
|
||||||
14. Bot is ready! Run it using `python yusarin.py`
|
14. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: <https://support.playhive.com/discord-user-id/>)
|
||||||
|
15. Bot is ready! Run it using `python yusarin.py`
|
||||||
|
|
||||||
## Config explanation
|
## Config explanation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user