From cc93e24ab6db5d045ccef7eaf9a29cf37887c006 Mon Sep 17 00:00:00 2001 From: HorizonCode Date: Thu, 4 May 2023 21:22:32 +0200 Subject: [PATCH] update action --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 2a6dc4b..291a7c7 100644 --- a/app.js +++ b/app.js @@ -91,7 +91,7 @@ const run = () => { rpcOsuVersion = splitArray[0]; currentMap = splitArray[1]; if (currentMap.endsWith(".osu")) { - rpc.updateState("Editing..."); + rpc.updateState("Editing/Modding..."); currentMap = currentMap.substring(0, currentMap.length - 4); } else rpc.updateState("Playing...");