You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix :func:`~twitchio.utils.setup_logging` breaking coloured formatting on `CRITICAL` logging level
18
+
16
19
17
20
3.1.0
18
21
=====
@@ -111,7 +114,7 @@ Changelog
111
114
- Added :meth:`twitchio.ShoutoutReceive.respond`
112
115
- Added :meth:`twitchio.StreamOnline.respond`
113
116
- Added :meth:`twitchio.StreamOffline.respond`
114
-
117
+
115
118
- Bug fixes
116
119
- Remove the unnecessary ``token_for`` parameter from :meth:`twitchio.ChannelPointsReward.fetch_reward`. `#510 <https://github.com/PythonistaGuild/TwitchIO/pull/510>`_
- :class:`~twitchio.ext.commands.Context` is now ``Generic`` and accepts a generic argument bound to :class:`~twitchio.ext.commands.Bot` or :class:`~twitchio.ext.commands.AutoBot`.
155
-
158
+
156
159
- Bug fixes
157
160
- Prevent multiple :class:`~twitchio.ext.commands.Component`'s of the same name being added to a bot resulting in one overriding the other.
158
-
161
+
159
162
160
163
3.0.0
161
164
======
@@ -171,31 +174,31 @@ The changelog for this version is too large to display. Please see :ref:`Migrati
171
174
- ext.commands
172
175
- Changes
173
176
- Added which alias failed to load in the error raised by :func:`~twitchio.ext.commands.Bot.add_command`
174
-
177
+
175
178
- Bug fixes
176
179
- fix string parser not properly parsing specific quoted strings
0 commit comments