This commit is contained in:
Elysia
2025-01-20 23:26:54 +07:00
4 changed files with 225 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ const Messages = {
TOKEN_INVALID: 'An invalid token was provided.',
TOKEN_MISSING: 'Request to use token, but token was unavailable to the client.',
TOTPKEY_MISSING: 'Request to use mfa, but TOTPKey was not set in client options.',
WS_CLOSE_REQUESTED: 'WebSocket closed due to user request.',
WS_CONNECTION_EXISTS: 'There is already an existing WebSocket connection.',