bf37ba09b60447c837210e1ae76f03f34fdf1fe8
- Removed flair commands from 2.1 as they are now obsoleted by Discord Onboarding. - Removed documentation and extra code used by flair code. - Removed Makefile in favor of systemd daemons. - Quick setup steps in README.md, needs to be built out eventually.
discord-jeeves
Installation
- Clone this repository to a directory you want the bot to run from
pip3 install -r requirements.txt- Copy
jeevesbot/env.py.disttojeevesbot/env.pyand change the variables. - Copy
jeevesbot/secret.json.disttojeevesbot/secret.jsonand add your Google Drive API secret.json cp scripts/jeeves.service /etc/systemd/system/jeeves.serviceand change the variables to suit your environment.systemctl daemon-reloadsystemctl start jeeves.service
Description
Languages
Python
100%