diff --git a/README.md b/README.md index 5a648a3..873c756 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,19 @@ Installation instructions are listed below. Please, make sure you have installed 5. `python yusarin.py` ## Installation (Detailed) -1. Download and install Python 3 (3.6+ should be fine) +1. Download and install Python3.8+ 2. Download bot's release: https://git.end-play.xyz/profitroll/YusarinBot/releases/latest 3. Unpack your archive to folder. Name it YusarinBot for example 4. Change working directory using `cd YusarinBot` or `cd FolderYouHaveCreated` 5. Run `pip install -r requirements.txt` to install dependencies -6. Create new Discord application at https://discord.com/developers/applications -7. You can rename it however you want, set needed descriptions etc -8. Go to "Bot" tab and enable application as bot -9. Copy token of your bot -10. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key -11. Copy your own Discord ID and paste it as value of "owner" key (How to get ID: https://support.playhive.com/discord-user-id/) -12. Bot is ready! Run it using `python yusarin.py` +6. [Optionally] run `pip install -r requirements-optional.txt` to install optional dependencies +7. Create new Discord application at https://discord.com/developers/applications +8. You can rename it however you want, set needed descriptions etc +9. Go to "Bot" tab and enable application as bot +10. Copy token of your bot +11. Open file `config.json` with your favorite text editor and paste your token as value of "bot_token" key +12. 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. Bot is ready! Run it using `python yusarin.py` ## Config explanation Default configuration file is [available here](https://git.end-play.xyz/profitroll/YusarinBot/blob/main/config.json)