|
7 | 7 | - Added :func:`~twitchio.Client.event_reconnect` to :class:`~twitchio.Client` |
8 | 8 | - Add attribute docs to :class:`~twitchio.PartialUser` and :class:`~twitchio.User` |
9 | 9 | - Added following new :class:`~twitchio.PartialUser` methods: |
10 | | - - :func:`twitchio.PartialUser.create_custom_reward` |
11 | | - - :func:`twitchio.PartialUser.chat_announcement` |
12 | | - - :func:`twitchio.PartialUser.delete_chat_messages` |
13 | | - - :func:`twitchio.PartialUser.fetch_channel_vips` |
14 | | - - :func:`twitchio.PartialUser.add_channel_vip` |
15 | | - - :func:`twitchio.PartialUser.remove_channel_vip` |
16 | | - - :func:`twitchio.PartialUser.add_channel_moderator` |
17 | | - - :func:`twitchio.PartialUser.remove_channel_moderator` |
18 | | - - :func:`twitchio.PartialUser.start_raid` |
19 | | - - :func:`twitchio.PartialUser.cancel_raid` |
20 | | - - :func:`twitchio.PartialUser.ban_user` |
21 | | - - :func:`twitchio.PartialUser.timeout_user` |
22 | | - - :func:`twitchio.PartialUser.unban_user` |
23 | | - - :func:`twitchio.PartialUser.send_whisper` |
| 10 | + - :func:`~twitchio.PartialUser.create_custom_reward` |
| 11 | + - :func:`~twitchio.PartialUser.chat_announcement` |
| 12 | + - :func:`~twitchio.PartialUser.delete_chat_messages` |
| 13 | + - :func:`~twitchio.PartialUser.fetch_channel_vips` |
| 14 | + - :func:`~twitchio.PartialUser.add_channel_vip` |
| 15 | + - :func:`~twitchio.PartialUser.remove_channel_vip` |
| 16 | + - :func:`~twitchio.PartialUser.add_channel_moderator` |
| 17 | + - :func:`~twitchio.PartialUser.remove_channel_moderator` |
| 18 | + - :func:`~twitchio.PartialUser.start_raid` |
| 19 | + - :func:`~twitchio.PartialUser.cancel_raid` |
| 20 | + - :func:`~twitchio.PartialUser.ban_user` |
| 21 | + - :func:`~twitchio.PartialUser.timeout_user` |
| 22 | + - :func:`~twitchio.PartialUser.unban_user` |
| 23 | + - :func:`~twitchio.PartialUser.send_whisper` |
24 | 24 | - Added following new :class:`~twitchio.Client` methods: |
25 | 25 | - :func:`~twitchio.Client.fetch_chatters_colors` |
26 | 26 | - :func:`~twitchio.Client.update_chatter_color` |
|
0 commit comments