From 8939f46151e1fcb709952178f03a38533484434a Mon Sep 17 00:00:00 2001 From: Jenny Crowe Date: Tue, 22 Feb 2022 20:23:56 -0700 Subject: [PATCH] Discord Rich Presence transition --- Assets/Scripts/DiscordController.cs | 2 +- Assets/Scripts/DiscordRPC.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/DiscordController.cs b/Assets/Scripts/DiscordController.cs index 7bc95aa60..3e4e72992 100644 --- a/Assets/Scripts/DiscordController.cs +++ b/Assets/Scripts/DiscordController.cs @@ -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, }; diff --git a/Assets/Scripts/DiscordRPC.cs b/Assets/Scripts/DiscordRPC.cs index f621e943e..54d1d59fb 100644 --- a/Assets/Scripts/DiscordRPC.cs +++ b/Assets/Scripts/DiscordRPC.cs @@ -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() {