We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4b39f commit 3578b5eCopy full SHA for 3578b5e
CHANGELOG.md
@@ -20,7 +20,7 @@ These changes are available on the `master` branch, but have not yet been releas
20
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
21
`RawMessagePollVoteEvent` classes.
22
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
23
-- Fixed `default_sort_order` variable type being `int` instead of typehinted `SortOrder`
+- Fixed the type of the `default_sort_order` attribute, changing it from `int` to `SortOrder`.
24
enum in `ForumChannel` class.
25
26
0 commit comments