Login using QRcode

This commit is contained in:
March 7th
2022-05-03 12:29:10 +07:00
parent c5ba3065a2
commit 25b2d9fdaa
7 changed files with 618 additions and 93 deletions

View File

@@ -151,6 +151,8 @@ exports.localeObject = {
exports.UserAgent = listUserAgent[Math.floor(Math.random() * listUserAgent.length)];
exports.randomUA = () => listUserAgent[Math.floor(Math.random() * listUserAgent.length)];
exports.WSCodes = {
1000: 'WS_CLOSE_REQUESTED',
4004: 'TOKEN_INVALID',