mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Update description for 4003 close code (#3868)
Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
@@ -788,7 +788,7 @@ export enum GatewayCloseEventCodes {
|
||||
UnknownOpcode,
|
||||
/** You sent an invalid [payload](https://discord.com/developers/docs/topics/gateway#sending-payloads) to us. Don't do that! */
|
||||
DecodeError,
|
||||
/** You sent us a payload prior to [identifying](https://discord.com/developers/docs/topics/gateway-events#identify). */
|
||||
/** You sent us a payload prior to [identifying](https://discord.com/developers/docs/topics/gateway-events#identify), or this session has been invalidated. */
|
||||
NotAuthenticated,
|
||||
/** The account token sent with your [identify payload](https://discord.com/developers/docs/topics/gateway-events#identify) is incorrect. */
|
||||
AuthenticationFailed,
|
||||
|
||||
Reference in New Issue
Block a user