How to install it?
- Create an app in Discord Developers
- Download .zip archive of this repository
- Run cmd, paste "cd "path_to_repository" ", where "path_to_repository" is path to download and unpacked files
- Install needed Python and pip versions, install requirements.txt
- Rewrite config.json file. Paste your discord bot secret token in field "token"
- Give all Privileged Gateway Intents to your bot, invite him to needed servers
- Run command "start python -m api & start python -m bot" in cmd
- That's all!