fix README

This commit is contained in:
pacnpal
2024-10-21 13:40:53 -04:00
parent 8b8a33cfc6
commit 62d9c695ef

View File

@@ -34,9 +34,13 @@ Before using the cog, you'll need to configure it:
1. Set the Overseerr URL and API key: 1. Set the Overseerr URL and API key:
``` ```
[p]setoverseerr https://your.overseerr.instance/api/v3 your_api_key [p]setoverseerr url https://your.overseerr.instance
``` ```
2. Set the admin role allowed to approve requests: 2. Set the Overseerr API key:
```
[p]setoverseerr api_key your_api_key
```
4. Set the admin role allowed to approve requests:
``` ```
[p]setadminrole @OverseerrAdmins [p]setadminrole @OverseerrAdmins
``` ```