chore: readme
This commit is contained in:
parent
f8a8ac7fc6
commit
96ac2f95dd
@ -111,6 +111,9 @@ Credit: <img src="https://cdn.discordapp.com/emojis/889092230063734795.png" alt=
|
||||
## Need help?
|
||||
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)
|
||||
|
||||
## Credits
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user