Skip to content

Commit 24aef67

Browse files
committed
Update create_poll docs
Update create_poll docs
1 parent 2b2b36c commit 24aef67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

twitchio/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ async def create_poll(
920920
Parameters
921921
-----------
922922
token: :class:`str`
923-
An oauth token with the ``user:read:broadcast`` scope
923+
An oauth token with the ``channel:manage:polls`` scope.
924+
User ID in token must match the broadcaster's ID.
924925
title: :class:`str`
925926
Question displayed for the poll.
926927
choices: List[:class:`str`]

0 commit comments

Comments
 (0)