Update ClientUserSettingManager.js
This commit is contained in:
parent
ae25ab6941
commit
7304cb71b4
@ -179,7 +179,7 @@ class ClientUserSettingManager extends BaseManager {
|
|||||||
if ('status' in data) {
|
if ('status' in data) {
|
||||||
this.client.presence.status = data.status;
|
this.client.presence.status = data.status;
|
||||||
if (!('custom_status' in data)) {
|
if (!('custom_status' in data)) {
|
||||||
this.client.emit('debug', '[SETTING] Sync status');
|
this.client.emit('debug', '[SETTING > ClientUser] Sync status');
|
||||||
this.client.user.setStatus(data.status);
|
this.client.user.setStatus(data.status);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -200,7 +200,7 @@ class ClientUserSettingManager extends BaseManager {
|
|||||||
if (emoji) custom.setEmoji(emoji);
|
if (emoji) custom.setEmoji(emoji);
|
||||||
activities.push(custom);
|
activities.push(custom);
|
||||||
}
|
}
|
||||||
this.client.emit('debug', '[SETTING] Sync activities & status');
|
this.client.emit('debug', '[SETTING > ClientUser] Sync activities & status');
|
||||||
this.client.user.setPresence({ activities });
|
this.client.user.setPresence({ activities });
|
||||||
}
|
}
|
||||||
if ('friend_source_flags' in data) {
|
if ('friend_source_flags' in data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user