Discord bot written in pycord API Wrapper
- Create a discord bot application on discord developer portal, you can use this guide
- Clone this repository
git clone https://github.com/bastakka/Coco-bot.git && cd Coco-bot
- Install pip requiremenets (venv recommended)
pip install -r requirements.txt
- Run bot localy in terminal
python3 bot.py
or
- Run bot as a systemd service (configurated to /srv/Coco-bot path with venv called venv)
sudo cp resources/coco.service /etc/systemd/system/
sudo systemctl enable coco
This project is licensed under the GNU GPL v.3 License.