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: images sending as 0 bytes in paginator if sent as io.BytesIO #1881

Merged
merged 11 commits into from
Jan 18, 2023
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Signed-off-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
  • Loading branch information
BobDotCom authored Jan 18, 2023
commit ac8b6256194de0a1bb569f3f53aeb06fe2df694e
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ These changes are available on the `master` branch, but have not yet been releas

- Fixed bugs in `Page.update_files` where file objects stored in memory were causing an
`AttributeError`, and `io.BytesIO` files didn't send properly more than once.
([#1869](https://github.com/Pycord-Development/pycord/pull/1869) and
[#1881](https://github.com/Pycord-Development/pycord/pull/1881))
([#1869](https://github.com/Pycord-Development/pycord/pull/1869) & [#1881](https://github.com/Pycord-Development/pycord/pull/1881))

## [2.3.2] - 2022-12-03

Expand Down