update readme: administrative permission
This commit is contained in:
parent
951dc38496
commit
eb8effb4b1
|
@ -45,8 +45,9 @@ In Owncast, navigate to the admin interface at `/admin`,
|
||||||
and then go to Integrations.
|
and then go to Integrations.
|
||||||
### Access Token
|
### Access Token
|
||||||
In Access Tokens, generate an Access Token to put in
|
In Access Tokens, generate an Access Token to put in
|
||||||
`instance/config.py`. At the moment, the only permission the Access Token needs
|
`instance/config.py`. The both needs both the "send chat messages" and "perform administrative actions"
|
||||||
is sending messages, the bot doesn't perform any administrative actions.
|
permissions, since getting the list of all connected chat users is an administrator-only
|
||||||
|
action.
|
||||||
### Webhook
|
### Webhook
|
||||||
In webhooks, create a Webhook, and point it at your bot's URL with
|
In webhooks, create a Webhook, and point it at your bot's URL with
|
||||||
`/owncastWebhook` added.
|
`/owncastWebhook` added.
|
||||||
|
|
Loading…
Reference in New Issue