From 7d25128c29d8c5dfc2b44a7e799d658c144f39e5 Mon Sep 17 00:00:00 2001 From: Marie Date: Thu, 8 Jun 2023 12:11:08 +0200 Subject: [PATCH] upd(honk/rpc): Replace app ID and text --- src/games/honkai/config/schema/launcher/discord_rpc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") } }