fix patching

This commit is contained in:
2024-01-18 19:47:56 +01:00
parent a02737ef1b
commit cef085c13d
6 changed files with 48 additions and 45 deletions

View File

@@ -52,4 +52,7 @@ module.exports = {
currentStatus.smallImageKey = osuVersion ? "osu" : " ";
currentStatus.smallImageText = osuVersion ? `osu! ${osuVersion}` : " ";
},
};
update: () => {
richPresence.setActivity(currentStatus);
}
};