diff options
author | 2024-02-18 11:34:01 +0100 | |
---|---|---|
committer | 2024-02-18 11:34:01 +0100 | |
commit | b0b758e95eda7e44451abd1b782644ff5d9e03a3 (patch) | |
tree | 89a7403303ed712461af6f60a417c2db06ee5faf /docs | |
parent | bump version to 1.7.0 in pyproject.toml (#203) (diff) |
document the instance attributes of BotBase
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index ff4cd010..b3e5d9a3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,8 @@ Changelog ========= +- :support:`204` Document the instance attributes of :obj:`pydis_core.BotBase`. + - :release:`10.7.0 <30th January 2024>` - :feature:`158` Add locking utilities for controlling concurrency logic - :support:`202` Bump various development dependencies and CI workflow action versions |