Last active
March 23, 2022 21:19
-
-
Save XynoxTheDev/8aa33c15bf0e2a550789d3f6faa475ee to your computer and use it in GitHub Desktop.
Rate limits for those who interact with Discord API.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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