-
Notifications
You must be signed in to change notification settings - Fork 827
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
Add files to MessageEdit #1253
Add files to MessageEdit #1253
Conversation
Forgot to mention: solves #1252 |
Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
@FedorLap2006 you're right, I changed it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Though removing attachments won't work for now, since the MultipartBodyWithJSON
encodes files a bit incorrectly.
I'll probably submit a fix for it soon.
I don't want to be "that guy", but would it be possible to know a possible timeline for this to be merged? |
Thanks for your contribution! |
* Add files to MessageEdit * Remove files from json Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com> Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
This PR adds the ability to edit the attachments of a message, following the discord API.