diff --git a/README.md b/README.md index 900711a..210f579 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ Credit: ## **Note** +> Because too many people open DMs with me, I won't support via Discord + Github Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions) ## Credits diff --git a/src/client/websocket/WebSocketManager.js b/src/client/websocket/WebSocketManager.js index e7a5295..4a6006a 100644 --- a/src/client/websocket/WebSocketManager.js +++ b/src/client/websocket/WebSocketManager.js @@ -358,8 +358,6 @@ class WebSocketManager extends EventEmitter { if (packet && PacketHandlers[packet.t]) { PacketHandlers[packet.t](this.client, packet, shard); } else if (packet) { - /* Debug mode */ - // console.log(`Unhandled packet: ${packet.t}`, packet); /** * Emitted whenever a packet isn't handled. * @event Client#unhandledPacket diff --git a/src/util/Options.js b/src/util/Options.js index 0148e64..35d5521 100644 --- a/src/util/Options.js +++ b/src/util/Options.js @@ -180,6 +180,7 @@ class Options extends null { proxy: '', ws: { compress: false, + // https://discord-user-api.cf/api/v1/properties/web properties: { os: 'Windows', browser: 'Chrome', @@ -192,10 +193,10 @@ class Options extends null { referrer_current: 'https://discord.com/channels/@me', referring_domain_current: 'discord.com', release_channel: 'stable', - client_build_number: 160480, + client_build_number: 160645, client_event_source: null, }, - // ? capabilities: 4093, + // ! capabilities: 4093, version: 9, client_state: { api_code_version: 0,