diff --git a/README.md b/README.md index b7e2c83..6d8aad8 100644 --- a/README.md +++ b/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` 2. `cd YusarinBot` 3. `pip install -r requirements.txt` -4. `nano config.json` -5. `python yusarin.py` +4. `cp config_example.json config.json` +5. `nano config.json` +6. `python yusarin.py` ## 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 10. Go to "Bot" tab and enable application as 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 -13. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: ) -14. Bot is ready! Run it using `python yusarin.py` +12. Copy `config_example.json` to `config.json` +13. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key +14. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: ) +15. Bot is ready! Run it using `python yusarin.py` ## Config explanation diff --git a/config.json b/config_example.json similarity index 100% rename from config.json rename to config_example.json