A simple portuguese music discord bot
- Install FFMPEG (https://www.ffmpeg.org/).
- Run
pip install -r requirements.txt
to install the necessary requirements. - Create a settings.json on 'app/database'. You can just delete the 'example' in the settings.json.example file that it will work.
- Create a .env file. Use the .env.example as a guide.
- Change the values on 'app/static.py' and 'config.py' to your liking.
Run with python main.py
or python3 main.py
deppending on your Python installation.