fix patching
This commit is contained in:
@@ -52,4 +52,7 @@ module.exports = {
|
||||
currentStatus.smallImageKey = osuVersion ? "osu" : " ";
|
||||
currentStatus.smallImageText = osuVersion ? `osu! ${osuVersion}` : " ";
|
||||
},
|
||||
};
|
||||
update: () => {
|
||||
richPresence.setActivity(currentStatus);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user