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

MessageReactionsRemoveAll #414

Merged
merged 1 commit into from
Jul 29, 2017
Merged

MessageReactionsRemoveAll #414

merged 1 commit into from
Jul 29, 2017

Conversation

Necroforger
Copy link
Contributor

@Necroforger Necroforger commented Jul 29, 2017

// MessageReactionsRemoveAll deletes all reactions from a message
// channelID : The channel ID
// messageID : The message ID.
func (s *Session) MessageReactionsRemoveAll(channelID, messageID string) error {

	_, err := s.RequestWithBucketID("DELETE", EndpointMessageReactionsAll(channelID, messageID), nil, EndpointMessageReactionsAll(channelID, messageID))

	return err
}

#405

@iopred
Copy link
Collaborator

iopred commented Jul 29, 2017

Awesome!

@iopred iopred merged commit faa8ece into bwmarrin:develop Jul 29, 2017
@bwmarrin bwmarrin added this to the v0.17.0 milestone Sep 3, 2017
ErikMcClure pushed a commit to ErikMcClure/discordgo that referenced this pull request Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants