diff options
author | 2023-07-25 11:59:37 +0100 | |
---|---|---|
committer | 2023-07-25 13:21:12 +0100 | |
commit | 76eb582e304e52d7619c45d181f8cb0f00d2ac90 (patch) | |
tree | 4e06b33cae2feaab4858191218aaf368440e63b6 /docs/changelog.rst | |
parent | Merge pull request #188 from python-discord/paste-servic-emultiple-files (diff) |
Add BotBase.wait_until_bot_started which can be used to hold a process until all extensions are loaded.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index adad0bc3..2dffd4c0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,10 @@ Changelog ========= +- :release:`10.1.0 <25th July 2023>` +- :feature:`190` Overwrite :obj:`discord.ext.commands.Bot.process_commands` to ensure no commands are processed until all extensions are loaded. This only works for clients using :obj:`pydis_core.BotBase.load_extensions` + + - :release:`10.0.0 <14th July 2023>` - :breaking:`188` Support sending multiple files at once to paste service. All calls to :obj:`pydis_core.utils.paste_service.send_to_paste_service` must now provide a list of :obj:`pydis_core.utils.paste_service.PasteFile` - :bug:`187 major` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`. |