Skip to content

Commit

Permalink
Add note about upcoming delete message rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Apr 29, 2016
1 parent 5e2b7ed commit f041bb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/CHANNEL.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ Edit a previously sent message. Returns a [message](#DOCS_CHANNEL/message-object

Delete a message. If operating on a guild channel and trying to delete a message that was not sent by the current user, this endpoint requires the 'MANAGE_MESSAGES' permission. Returns a [message](#DOCS_CHANNEL/message-object) object. Fires a [Message Delete](#DOCS_GATEWAY/message-delete) Gateway event.

>warn
> This endpoint has a rate limit of 5 requests per second. Deleting messages created within the last 10 seconds does _not_ count towards this limit.
## Ack Message % POST /channels/{channel.id#DOCS_CHANNEL/channel-objects}/messages/{message.id#DOCS_CHANNEL/message-object}/ack

Ack a message. Generally bots should **not** implement this route.
Expand Down

0 comments on commit f041bb7

Please sign in to comment.