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; diff --git a/source/StoryMenuState.hx b/source/StoryMenuState.hx index cdb1c31..3d99237 100644 --- a/source/StoryMenuState.hx +++ b/source/StoryMenuState.hx @@ -76,7 +76,7 @@ class StoryMenuState extends MusicBeatState { #if windows // Updating Discord Rich Presence - DiscordClient.changePresence("In the Menus", null); + DiscordClient.changePresence("In the Story Mode Menu", null); #end transIn = FlxTransitionableState.defaultTransIn;