discord.js-selfbot-v13/Document/ClientOption.md
March 7th 8688dbac8c 1.3.1
- Update Document
- Fix WebEmbed
- Fix MessagePayload
- Clear warn "Accessing non-existent property inside a circular dependency" (Pull #26)
2022-04-11 12:53:02 +07:00

811 B

Quick Links

Client Settings

new Client({
  checkUpdate: true, // Check Package Update (Bot Ready) [Enable Default]
  readyStatus: false, // Set Custom Status sync from Account (Bot Ready) [Disable Default]
  autoCookie: true, //  Auto added Cookie and Fingerprint [Enable Default](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/blob/main/DOCUMENT.md#http-options)
})

Client Functions

  • Update Cookie and Fingerprint
client.updateCookie(): Promise<void>
  • Reddem Nitro
client.reddemNitro('code'): Promise<void>