Skip to content

Instantly share code, notes, and snippets.

@XynoxTheDev
Last active March 23, 2022 21:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save XynoxTheDev/8aa33c15bf0e2a550789d3f6faa475ee to your computer and use it in GitHub Desktop.
Save XynoxTheDev/8aa33c15bf0e2a550789d3f6faa475ee to your computer and use it in GitHub Desktop.
Rate limits for those who interact with Discord API.
REST:
POST Message | 5/5s | per-channel
DELETE Message | 5/1s | per-channel
PUT/DELETE Reaction | 1/0.25s | per-channel
PATCH Member | 10/10s | per-guild
PATCH Member Nick | 1/1s | per-guild
PATCH Username | 2/3600s | per-account
|All Requests| | 50/1s | per-account
WS:
Gateway Connect | 1/5s | per-account
Presence Update | 5/60s | per-session
|All Sent Messages| | 120/60s | per-session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment