From 93941a57a63a6580b121eabf5a1bc1c5875b319a Mon Sep 17 00:00:00 2001 From: actuallyasmartname <77011692+actuallyasmartname@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:59:25 -0400 Subject: [PATCH] Update FreeplayState.hx --- source/FreeplayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index b7efe64..59ecc70 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -55,7 +55,7 @@ class FreeplayState extends MusicBeatState #if windows // Updating Discord Rich Presence - DiscordClient.changePresence("In the Menus", null); + DiscordClient.changePresence("In the Freeplay Menu", null); #end var isDebug:Bool = false;