Peter van Arkel bf37ba09b6 Merge pull request #38 from pvanarkel/version_2_1
- 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.
2023-06-27 21:24:44 +02:00
2023-05-22 10:07:02 +02:00
2023-06-27 21:20:32 +02:00
2023-06-27 21:20:32 +02:00
2023-06-27 21:20:32 +02:00
2023-03-16 23:51:41 +01:00
2023-06-27 21:20:32 +02:00

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.dist to jeevesbot/env.py and change the variables.
  • Copy jeevesbot/secret.json.dist to jeevesbot/secret.json and add your Google Drive API secret.json
  • cp scripts/jeeves.service /etc/systemd/system/jeeves.service and change the variables to suit your environment.
  • systemctl daemon-reload
  • systemctl start jeeves.service
Description
No description provided
Readme 285 KiB
Languages
Python 100%