From 6c521d59f453b804144991a27599a7ee6b4af762 Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 8 Jun 2023 12:12:57 +0200 Subject: [PATCH] upd(pgr/rpc): Change app ID and text --- src/games/pgr/config/schema/launcher/discord_rpc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/games/pgr/config/schema/launcher/discord_rpc.rs b/src/games/pgr/config/schema/launcher/discord_rpc.rs index 7e787e4..48126f5 100644 --- a/src/games/pgr/config/schema/launcher/discord_rpc.rs +++ b/src/games/pgr/config/schema/launcher/discord_rpc.rs @@ -31,11 +31,11 @@ impl Default for DiscordRpc { #[inline] fn default() -> Self { Self { - app_id: 901534333360304168, + app_id: 1116308640945688677, enabled: false, - title: String::from("Researching the world"), - subtitle: String::from("of Teyvat"), + title: String::from("Commanding the"), + subtitle: String::from("Grey Raven unit"), icon: String::from("launcher") } }