mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-05 19:57:02 +00:00
API: Fixed incorrect DeleteAllReactions endpoint
This commit is contained in:
parent
1aaa2cbfe2
commit
4992f4ab20
|
@ -209,6 +209,6 @@ func (c *Client) DeleteReactions(
|
|||
func (c *Client) DeleteAllReactions(channelID discord.ChannelID, messageID discord.MessageID) error {
|
||||
return c.FastRequest(
|
||||
"DELETE",
|
||||
EndpointChannels+channelID.String()+"/messages/"+messageID.String()+"/reactions/",
|
||||
EndpointChannels+channelID.String()+"/messages/"+messageID.String()+"/reactions",
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue