Clear console.log, checkUpdate in ClientOptions

This commit is contained in:
March 7th
2022-03-21 10:56:51 +07:00
parent ec9428f9c2
commit bb3d582f61
3 changed files with 29 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ class Options extends null {
scheduledEvent: 'https://discord.com/events',
},
jsonTransformer: (object) => JSONBig.stringify(object),
checkUpdate: true,
};
}