From 4144faf0cd1719052c09ce531a6a0a5e2043ca15 Mon Sep 17 00:00:00 2001 From: Marie Date: Tue, 2 May 2023 19:01:40 +0200 Subject: [PATCH] Update discord_rpc.rs --- src/star_rail/config/schema/launcher/discord_rpc.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/star_rail/config/schema/launcher/discord_rpc.rs b/src/star_rail/config/schema/launcher/discord_rpc.rs index 7e787e4..0b5ecd2 100644 --- a/src/star_rail/config/schema/launcher/discord_rpc.rs +++ b/src/star_rail/config/schema/launcher/discord_rpc.rs @@ -25,17 +25,15 @@ impl From for DiscordRpcParams { } } -// TODO: add honkers-specific discord rpc - impl Default for DiscordRpc { #[inline] fn default() -> Self { Self { - app_id: 901534333360304168, + app_id: 1102997693040701481, enabled: false, - title: String::from("Researching the world"), - subtitle: String::from("of Teyvat"), + title: String::from("Trailblazing"), + subtitle: String::from("The Galaxy"), icon: String::from("launcher") } }