diff --git a/src/games/honkai/config/schema/launcher/discord_rpc.rs b/src/games/honkai/config/schema/launcher/discord_rpc.rs index 7e787e4..a5022a7 100644 --- a/src/games/honkai/config/schema/launcher/discord_rpc.rs +++ b/src/games/honkai/config/schema/launcher/discord_rpc.rs @@ -31,11 +31,11 @@ impl Default for DiscordRpc { #[inline] fn default() -> Self { Self { - app_id: 901534333360304168, + app_id: 1015417833603219477, enabled: false, - title: String::from("Researching the world"), - subtitle: String::from("of Teyvat"), + title: String::from("Fighting the"), + subtitle: String::from("Corrupted World"), icon: String::from("launcher") } }