readyStatus

The option is set to auto-on. Automatically sync status from other Client (web, desktop) to selfbot
This commit is contained in:
March 7th
2022-04-29 12:13:59 +07:00
parent 80115acecd
commit c7cc764718
4 changed files with 15 additions and 7 deletions

View File

@@ -342,6 +342,7 @@ exports.Events = {
THREAD_MEMBER_UPDATE: 'threadMemberUpdate',
THREAD_MEMBERS_UPDATE: 'threadMembersUpdate',
USER_UPDATE: 'userUpdate',
USER_SETTINGS_UPDATE: 'userSettingsUpdate',
PRESENCE_UPDATE: 'presenceUpdate',
VOICE_SERVER_UPDATE: 'voiceServerUpdate',
VOICE_STATE_UPDATE: 'voiceStateUpdate',

View File

@@ -135,7 +135,7 @@ class Options extends null {
return {
jsonTransformer: object => JSONBig.stringify(object),
checkUpdate: true,
readyStatus: false,
readyStatus: true,
autoCookie: true,
waitGuildTimeout: 15_000,
shardCount: 1,
@@ -153,7 +153,9 @@ class Options extends null {
restSweepInterval: 60,
failIfNotExists: false,
userAgentSuffix: [],
presence: {},
presence: {
status: 'invisible',
},
sweepers: {},
ws: {
large_threshold: 50,