diff options
author | 2022-12-24 15:17:51 +0000 | |
---|---|---|
committer | 2022-12-26 16:37:55 +0000 | |
commit | c4d563057d4eea07c958d33cff432ccd3c164f72 (patch) | |
tree | 851d6aebf95d613e0e04f57b04546f6a2db6a663 /docs | |
parent | Merge pull request #170 from shtlrs/140-save-references-of-created-tasks (diff) |
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` |