Bot pro KSP Discord
|
||
---|---|---|
bin | ||
cobuild | ||
common | ||
data.example | ||
hrochobot | ||
.gitignore | ||
config.example.json | ||
README.md | ||
requirements.txt | ||
setup.py |
Hrochobot
Discord bot for KSP discord server.
Installation
First install all required libraries:
pip install -r requirements.txt
Then create data
folder from data.example
:
cp data.example data -r
Same for config.json
:
cp config.example.json config.json -r
Lastly paste your discord bot token into config.json
.
If you do not have any discord bot, learn how to create one here:
https://discordjs.guide/preparations/setting-up-a-bot-application.html#your-bot-s-token
Running
To run the bot simply execute main.py
:
./main.py