Add my changes to the changelog
This commit is contained in:
@@ -29,6 +29,7 @@ The library has been updated with breaking changes, and as suck the major versio
|
|||||||
- There may still be bugs however.
|
- There may still be bugs however.
|
||||||
- For best type hinting experience consider using Pyright.
|
- For best type hinting experience consider using Pyright.
|
||||||
- Almost all edit methods now return their updated counterpart rather than doing an in-place edit.
|
- Almost all edit methods now return their updated counterpart rather than doing an in-place edit.
|
||||||
|
- Japanese docs were removed, as we are no longer able to keep them in sync.
|
||||||
|
|
||||||
|
|
||||||
Breaking Changes
|
Breaking Changes
|
||||||
@@ -108,6 +109,8 @@ New Features
|
|||||||
- Add :attr:`User.display_avatar` and :attr:`Member.display_avatar` to get the user's displayed avatar.
|
- Add :attr:`User.display_avatar` and :attr:`Member.display_avatar` to get the user's displayed avatar.
|
||||||
- Add :attr:`Colour.brand_green` and :attr:`Colour.brand_red`
|
- Add :attr:`Colour.brand_green` and :attr:`Colour.brand_red`
|
||||||
- |commands| :attr:`CommandOnCooldown.type` to get back the type of the cooldown since it was removed from :class:`Cooldown`
|
- |commands| :attr:`CommandOnCooldown.type` to get back the type of the cooldown since it was removed from :class:`Cooldown`
|
||||||
|
- Add :attr:`Guild.bots` and :attr:`Guild.humans`
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user