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: '_io.BytesIO' object has no attribute 'name' in paginator #1869

Merged
merged 10 commits into from
Jan 11, 2023
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ These changes are available on the `master` branch, but have not yet been releas
- Changed `EmbeddedActivity` values to update accordingly with the new activities.
([#1859](https://github.com/Pycord-Development/pycord/pull/1859))

### Fixed

- Fixed a bug in `Page.update_files` where file objects stored in memory were causing an
`AttributeError`. ([#1869](https://github.com/Pycord-Development/pycord/pull/1869))

## [2.3.2] - 2022-12-03

### Fixed
Expand Down
Loading