Discord bot tailored for the Git Gud Discord server.
- Python 3.5.3+
- Rename secrets_example.pytosecrets.py
- Set the TOKENvariable with the token of your Discord bot
- Install the requirement :
pip install -r requirements.txt- Populate the database (Example on debian) :
sqlite3 botchevik.db < database.sql- (Linux) Maybe you will have to install the opus module :
apt-get install libopus0- Launch the main script :
python main.pyGNU General Public License v3.0