Version : 1.0a License : MIT Author : Guerrier Hugo
- Python 3
- discord.py[voice]
- google-api-python-client
- youtube_dl
- ffmpeg binary
$ mkdir venv
$ virtualenv venv
$ source venv/bin/activate
$ python3 setup.py
$ python3 main.py
- Open the
config.py
file to configure the bot - Now you can start the bot just by launching the
main.py
script