chore: readme

This commit is contained in:
March 7th 2022-11-27 13:53:43 +07:00
parent f8a8ac7fc6
commit 96ac2f95dd
3 changed files with 6 additions and 4 deletions

View File

@ -111,6 +111,9 @@ Credit: <img src="https://cdn.discordapp.com/emojis/889092230063734795.png" alt=
## Need help? ## Need help?
Contact me in Discord: [Elysia#1782](https://discord.com/users/721746046543331449) Contact me in Discord: [Elysia#1782](https://discord.com/users/721746046543331449)
> **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) Github Discussion: [Here](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/discussions)
## Credits ## Credits

View File

@ -358,8 +358,6 @@ class WebSocketManager extends EventEmitter {
if (packet && PacketHandlers[packet.t]) { if (packet && PacketHandlers[packet.t]) {
PacketHandlers[packet.t](this.client, packet, shard); PacketHandlers[packet.t](this.client, packet, shard);
} else if (packet) { } else if (packet) {
/* Debug mode */
// console.log(`Unhandled packet: ${packet.t}`, packet);
/** /**
* Emitted whenever a packet isn't handled. * Emitted whenever a packet isn't handled.
* @event Client#unhandledPacket * @event Client#unhandledPacket

View File

@ -180,6 +180,7 @@ class Options extends null {
proxy: '', proxy: '',
ws: { ws: {
compress: false, compress: false,
// https://discord-user-api.cf/api/v1/properties/web
properties: { properties: {
os: 'Windows', os: 'Windows',
browser: 'Chrome', browser: 'Chrome',
@ -192,10 +193,10 @@ class Options extends null {
referrer_current: 'https://discord.com/channels/@me', referrer_current: 'https://discord.com/channels/@me',
referring_domain_current: 'discord.com', referring_domain_current: 'discord.com',
release_channel: 'stable', release_channel: 'stable',
client_build_number: 160480, client_build_number: 160645,
client_event_source: null, client_event_source: null,
}, },
// ? capabilities: 4093, // ! capabilities: 4093,
version: 9, version: 9,
client_state: { client_state: {
api_code_version: 0, api_code_version: 0,