Discord bot tailored for the Git Gud Discord server.
- Python 3.5.3+
- Rename
secrets_example.py
tosecrets.py
- Set the
TOKEN
variable 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.py
GNU General Public License v3.0