Skip to content

Commit a33976a

Browse files
committed
fixed typo in changelog
1 parent 2f5bd58 commit a33976a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/changelog.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ Version 3.0.0
1818
* switched AuthScope `CHANNEL_MANAGE_CHAT_SETTINGS` to `MODERATOR_MANAGE_CHAT_SETTINGS`
1919
* Added the following AuthScopes:
2020

21-
* :const:`~twitchAPI.type.AuthScope.MODERATOR_MANAGE_ANNOUNCEMENTS`
22-
* :const:`~twitchAPI.type.AuthScope.MODERATOR_MANAGE_CHAT_MESSAGES`
23-
* :const:`~twitchAPI.type.AuthScope.USER_MANAGE_CHAT_COLOR`
24-
* :const:`~twitchAPI.type.AuthScope.CHANNEL_MANAGE_MODERATORS`
25-
* :const:`~twitchAPI.type.AuthScope.CHANNEL_READ_VIPS`
26-
* :const:`~twitchAPI.type.AuthScope.CHANNEL_MANAGE_VIPS`
27-
* :const:`~twitchAPI.type.AuthScope.USER_MANAGE_WHISPERS`
21+
* :const:`~twitchAPI.types.AuthScope.MODERATOR_MANAGE_ANNOUNCEMENTS`
22+
* :const:`~twitchAPI.types.AuthScope.MODERATOR_MANAGE_CHAT_MESSAGES`
23+
* :const:`~twitchAPI.types.AuthScope.USER_MANAGE_CHAT_COLOR`
24+
* :const:`~twitchAPI.types.AuthScope.CHANNEL_MANAGE_MODERATORS`
25+
* :const:`~twitchAPI.types.AuthScope.CHANNEL_READ_VIPS`
26+
* :const:`~twitchAPI.types.AuthScope.CHANNEL_MANAGE_VIPS`
27+
* :const:`~twitchAPI.types.AuthScope.USER_MANAGE_WHISPERS`
2828
* added :const:`~twitchAPI.helper.first()` helper function
2929

3030
* Added the following new Endpoints:

0 commit comments

Comments
 (0)