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;