Discord Rich Presence transition

This commit is contained in:
Jenny Crowe 2022-02-22 20:23:56 -07:00
parent c6482cef01
commit 8939f46151
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ namespace RhythmHeavenMania.DiscordRPC
Assets = Assets =
{ {
LargeImage = "logo", LargeImage = "logo",
LargeText = "Rhythm Heaven Mania is based on the Rhythm Heaven series that attempts to recreate every minigame with customizability!" LargeText = "Together now!"
}, },
Instance = true, Instance = true,
}; };

View file

@ -4,7 +4,7 @@ namespace RhythmHeavenMania.DiscordRPC
{ {
public class DiscordRPC : MonoBehaviour public class DiscordRPC : MonoBehaviour
{ {
public static long clientID = 937480118518042675; public static long clientID = 945877725984477205;
private static void DiscordControllerCheck() private static void DiscordControllerCheck()
{ {