Remove creation date from mkdocs, added ability to limit owner commands to certain server, don't append help command to end of playing message if classic commands are disabled, fix interaction upload size
This commit is contained in:
parent
3477f5c39f
commit
603e732704
14 changed files with 40 additions and 24 deletions
|
@ -21,4 +21,5 @@ Here's an overview of the variables that are not necessarily required for the bo
|
|||
- `METRICS`: The HTTP port to serve [Prometheus](https://prometheus.io/)-compatible metrics on.
|
||||
- `API`: Set this to "none" if you want to process all images locally. Alternatively, set it to "ws" to use an image API server specified in the `image` block of `servers.json`, or "azure" to use the Azure Functions-based API.
|
||||
- `AZURE_URL`: Your Azure webhook URL. Only applies if `API` is set to "azure".
|
||||
- `AZURE_PASS`: An optional password used for Azure requests. Only applies if `API` is set to "azure".
|
||||
- `AZURE_PASS`: An optional password used for Azure requests. Only applies if `API` is set to "azure".
|
||||
- `ADMIN_SERVER`: A server to limit owner-only commands to.
|
Loading…
Add table
Add a link
Reference in a new issue