From 2153335f0368febe31bd898f3c52d32c33e2b24f Mon Sep 17 00:00:00 2001 From: Thomas Erlang Date: Thu, 29 Feb 2024 18:35:42 +0100 Subject: [PATCH] Request channel:bot scope --- tbot/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tbot/config.py b/tbot/config.py index e0c6a48..d7203fd 100644 --- a/tbot/config.py +++ b/tbot/config.py @@ -31,6 +31,7 @@ class ConfigTwitchModel(BaseModel): 'channel:manage:videos', 'channel:manage:broadcast', 'channel:read:goals', 'channel:read:hype_train', 'channel:read:polls', 'channel:read:predictions', 'channel:read:redemptions', 'channel:read:subscriptions', + 'channel:bot', 'moderator:manage:banned_users', 'moderator:read:chatters', 'channel:read:vips', 'moderator:manage:chat_messages', 'moderator:manage:chat_settings', 'moderator:manage:announcements', 'chat:edit', 'chat:read',