Update README.md

This commit is contained in:
ElBe 2022-10-14 21:08:25 +02:00 committed by GitHub
parent 6cdbe495c0
commit ea72f71951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
This is a discord.py bot template.
## How to use the template
1. Download the code from the packages.
1. Download the code from the releases tab.
2. Fill out the `config.json` file.
3. Run the `imports.py` file if you are on windows. Support for more operating systems will be added later.
3. Run `pip install -r requirements.txt` in your console (the folder has to be open in you console).
4. Execute the `commands.py` file.
5. Execute the `bot.py` file.