fix user reset
This commit is contained in:
parent
513692c2d5
commit
c17cbc48d8
|
@ -58,7 +58,7 @@ module.exports = {
|
|||
},
|
||||
updateUser: ({ username, id }) => {
|
||||
currentStatus.smallImageKey = id ? `https://a.ez-pp.farm/${id}` : " ";
|
||||
currentStatus.smallImageText = username ? username : " ";
|
||||
currentStatus.smallImageText = username ?? " ";
|
||||
},
|
||||
update: () => {
|
||||
if (richPresence && richPresence.user) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user