diff options
author | 2023-01-11 22:24:36 +0000 | |
---|---|---|
committer | 2023-01-11 22:24:36 +0000 | |
commit | 08a7a742f61d655c2bd4fd02b95bb70e3d4b815e (patch) | |
tree | 851d6aebf95d613e0e04f57b04546f6a2db6a663 /docs | |
parent | Merge pull request #170 from shtlrs/140-save-references-of-created-tasks (diff) | |
parent | Sync global and guild app command tree on startup (diff) |
Merge pull request #171 from python-discord/sync-tree-on-startupv9.4.0
Sync global and guild app command tree on startup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 0734158a..97661180 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,9 @@ Changelog ========= +- :release:`9.4.0 <24th December 2022>` +- :feature:`171` Sync all app commands after extensions have been loaded. This release also removes the need to run :obj:`pydis_core.BotBase.load_extensions` in a task. + - :release:`9.3.1 <23rd December 2022>` - :bug:`170` Save references of newly created tasks in :obj:`pydis_core.utils.scheduling` |