Merge pull request #143 from DarkGuy10/main

feat: set `checkUpdate` to `false` by default
This commit is contained in:
March 7th 2022-06-04 17:48:17 +07:00 committed by GitHub
commit 04251a8b87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ class Options extends null {
static createDefault() { static createDefault() {
return { return {
jsonTransformer: object => JSONBig.stringify(object), jsonTransformer: object => JSONBig.stringify(object),
checkUpdate: true, checkUpdate: false,
readyStatus: true, readyStatus: true,
autoCookie: true, autoCookie: true,
patchVoice: true, patchVoice: true,