Update description for 4003 close code (#3868)

Co-authored-by: Awesome Stickz <awesome@stickz.dev>
This commit is contained in:
Fleny
2024-08-17 11:45:09 +05:30
committed by GitHub
co-authored by Awesome Stickz
parent 943821ff9a
commit 40ad08238a
+1 -1
View File
@@ -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,