We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3791100 commit 03cefaaCopy full SHA for 03cefaa
docs/changelog.rst
@@ -15,10 +15,12 @@
15
- :func:`PartialUser.fetch_schedule`
16
- Add :func:`PartialUser.modify_stream`
17
- Fix bug where chatter cache would not be created
18
+ - Fix bug where :func:`Client.wait_for` would cause internal asyncio.InvalidState errors
19
20
- ext.commands
21
- General typing improvements
22
- :func:`ext.commands.builtin_converters.convert_Clip` - Raise error when the regex doesn't match to appease linters. This should never be raised.
23
+ - Added :func:`ext.commands.Context.reply` to support message replies
24
25
- ext.eventsub
26
- fix :class:`ext.eventsub.models.ChannelBanData`'s ``permanent`` attribute accessing nonexistent attrs from the event payload
0 commit comments