feat: Message#modify#407
Open
Droid00000 wants to merge 1 commit into
Open
Conversation
d41ef9f to
a98f936
Compare
a19654e to
374d3a8
Compare
bf2a1c3 to
61af9e2
Compare
c4f2ad0 to
8f38a23
Compare
c05746f to
3190b47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Currently, support for editing messages isn't very good. If you want to edit just one field, you need to provide values for all of the other values unless you want to obliterate the existing values. We also currently don't support editing files. The code for this is a little messy, even though I tried to keep it fairly neat. Closes #223. Closes #419.
Added
Message#edit!API::Channel#update_message