Merge branch 'develop' of https://github.com/bwmarrin/Discordgo into develop
This commit is contained in:
commit
c8e6cbffcf
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ func (s *Session) ChannelMessages(channelID string, limit int, beforeID, afterID
|
|||
// messageID : the ID of a Message
|
||||
func (s *Session) ChannelMessageAck(channelID, messageID string) (err error) {
|
||||
|
||||
_, err = s.Request("POST", CHANNEL_MESSAGE_ACK(channelID, messageID), nil)
|
||||
_, err = s.request("POST", CHANNEL_MESSAGE_ACK(channelID, messageID), "", nil)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue