diff options
author | 2023-06-26 09:42:26 +0100 | |
---|---|---|
committer | 2023-07-14 13:19:25 +0100 | |
commit | 9e1ac4f80c3eab4ad90a0748a743394d8bfdadd0 (patch) | |
tree | 07034d2f9d87279b95983474521695fd1c63b454 /docs | |
parent | Update get_or_fetch_channel's return type (#187) (diff) |
Bump d.py to 2.3.1
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 a6b1d193..9abd475a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,7 +4,10 @@ Changelog ========= + - :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>` - :bug:`185` Update expiry label from 1 month to 30 days in paste service. |