update readme: administrative permission

This commit is contained in:
Lili (Tlapka) 2022-09-26 16:59:32 +02:00
parent 951dc38496
commit eb8effb4b1
1 changed files with 3 additions and 2 deletions

View File

@ -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.