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