Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Missing slots attributes, wrong variable type, duplicate http methods #2500

Merged
merged 19 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Signed-off-by: plun1331 <plun1331@gmail.com>
  • Loading branch information
plun1331 authored Aug 29, 2024
commit d80f30b56810fd66317ef9be35313c925a12a064
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ These changes are available on the `master` branch, but have not yet been releas
from `Guild` to `Poll`.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
- Fixed missing `__slots__` attributes in `RawReactionClearEmojiEvent` and
`RawMessagePollVoteEvent` classes.
`RawMessagePollVoteEvent`.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))
- Fixed the type of the `default_sort_order` attribute, changing it from `int` to
`SortOrder`. enum in `ForumChannel` class.
- Fixed the type of `ForumChannel.default_sort_order`, changing it from `int` to `SortOrder`.
([#2500](https://github.com/Pycord-Development/pycord/pull/2500))

## [2.6.0] - 2024-07-09
Expand Down
Loading