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.
|
||||
### Access Token
|
||||
In Access Tokens, generate an Access Token to put in
|
||||
`instance/config.py`. At the moment, the only permission the Access Token needs
|
||||
is sending messages, the bot doesn't perform any administrative actions.
|
||||
`instance/config.py`. The both needs both the "send chat messages" and "perform administrative actions"
|
||||
permissions, since getting the list of all connected chat users is an administrator-only
|
||||
action.
|
||||
### Webhook
|
||||
In webhooks, create a Webhook, and point it at your bot's URL with
|
||||
`/owncastWebhook` added.
|
||||
|
|
Loading…
Reference in New Issue