mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
Discord Rich Presence transition
This commit is contained in:
parent
c6482cef01
commit
8939f46151
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
};
|
||||
|
|
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue