2021-05-01 12:53:15 +02:00
|
|
|
# discord-jeeves
|
2023-06-27 21:20:32 +02:00
|
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
- `cp scripts/jeeves.service /etc/systemd/system/jeeves.service` and change the variables to suit your environment.
|
|
|
|
|
- `systemctl daemon-reload`
|
2024-07-16 23:42:30 +02:00
|
|
|
- `systemctl start jeeves.service`
|