Document .-.

maybe
This commit is contained in:
March 7th
2022-04-10 20:11:20 +07:00
parent d900f7321c
commit 6af816d457
6 changed files with 426 additions and 429 deletions

8
Document/ClientOption.md Normal file
View File

@@ -0,0 +1,8 @@
## Client Settings
```js
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)
})
```