You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/events/gateway-events.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,6 +310,7 @@ Receive events are Gateway events encapsulated in an [event payload](/docs/event
310
310
|[Ready](/docs/events/gateway-events#ready)| Contains the initial state information |
311
311
|[Resumed](/docs/events/gateway-events#resumed)| Response to [Resume](/docs/events/gateway-events#resume)|
312
312
|[Reconnect](/docs/events/gateway-events#reconnect)| Server is going away, client should reconnect to gateway and resume |
313
+
|[Rate Limited](/docs/events/gateway-events#rate-limited)| Application was rate limited for a gateway opcode |
313
314
|[Invalid Session](/docs/events/gateway-events#invalid-session)| Failure response to [Identify](/docs/events/gateway-events#identify) or [Resume](/docs/events/gateway-events#resume) or invalid active session |
314
315
|[Application Command Permissions Update](/docs/events/gateway-events#application-command-permissions-update)| Application command permission was updated |
315
316
|[Auto Moderation Rule Create](/docs/events/gateway-events#auto-moderation-rule-create)| Auto Moderation rule was created |
@@ -384,7 +385,6 @@ Receive events are Gateway events encapsulated in an [event payload](/docs/event
384
385
|[Webhooks Update](/docs/events/gateway-events#webhooks-update)| Guild channel webhook was created, update, or deleted |
385
386
|[Message Poll Vote Add](/docs/events/gateway-events#message-poll-vote-add)| User voted on a poll |
386
387
|[Message Poll Vote Remove](/docs/events/gateway-events#message-poll-vote-remove)| User removed a vote on a poll |
387
-
|[Rate Limited](/docs/events/gateway-events#rate-limited)| User was rate limited |
0 commit comments