Update DOCUMENT.md

This commit is contained in:
March 7th 2022-03-28 21:35:39 +07:00 committed by GitHub
parent 50d19e464f
commit 4e870872f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
```js ```js
new Client({ new Client({
checkUpdate: true, // Check Package Update (Bot Ready) [Enable Deafult] checkUpdate: true, // Check Package Update (Bot Ready) [Enable Default]
readyStatus: false, // Set Custom Status sync from Account (Bot Ready) [Disable Default] readyStatus: false, // Set Custom Status sync from Account (Bot Ready) [Disable Default]
}) })
``` ```