From 388e27fdff6d59aaf0d27968dbe35eb1a043d75c Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 7 May 2023 16:38:17 +0200 Subject: [PATCH] config.json is now config_example.json --- README.md | 12 +++++++----- config.json => config_example.json | 0 2 files changed, 7 insertions(+), 5 deletions(-) rename config.json => config_example.json (100%) 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