Multi-purpose discord bot started as a collaborative project among university students experimenting with APIs.
- Clone the repo.
cdto repopip3 install virtualenvif not installedvirtualenv bot_envsource bot_env/bin/activatepip3 install -r requirements.txt- Then you can run
python3 main.py - If you want a shell script to this submit an issue and I'll make it.