diff options
author | 2023-06-26 09:45:16 +0100 | |
---|---|---|
committer | 2023-07-14 13:20:00 +0100 | |
commit | ff765b41eb005865c12c662a786761961a7ec616 (patch) | |
tree | f2a31e3b2cbf9803f7d89429a33ed2e5c1a10999 /docs | |
parent | Bump dev deps (diff) |
Update code for new linter rules
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 9abd475a..e8cc8ca0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,8 +5,9 @@ Changelog ========= +- :feature:`184` Remove the message stored in the ``message`` attr of :obj:`pydis_core.utils.interactions.ViewWithUserAndRoleCheck` when the interaction is stopped, in additional to the exist logic for timeout. +- :support:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`. - :bug:`187` Fix :obj:`pydis_core.utils.channel.get_or_fetch_channel`'s return type to include :obj:`discord.abc.PrivateChannel` and :obj:`discord.Thread`. -- :bug:`184` Bump Discord.py to :literal-url:`2.3.1 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.1>`. - :release:`9.9.2 <2nd July 2023>` |