Discord Rich Presence transition

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

View file

@ -57,7 +57,7 @@ namespace RhythmHeavenMania.DiscordRPC
Assets =
{
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,
};

View file

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