diff --git a/README.md b/README.md index e9e010c..2baf1f1 100644 --- a/README.md +++ b/README.md @@ -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.