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") } }