From 872d47371ec3dfa1b69e8b7de4dac97bd627ed54 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Fri, 28 Jun 2024 19:08:13 +0200 Subject: [PATCH] feat(wuwa): updated discord rpc config --- src/games/wuwa/config/schema/launcher/discord_rpc.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/games/wuwa/config/schema/launcher/discord_rpc.rs b/src/games/wuwa/config/schema/launcher/discord_rpc.rs index 9b7cd47..572a98d 100644 --- a/src/games/wuwa/config/schema/launcher/discord_rpc.rs +++ b/src/games/wuwa/config/schema/launcher/discord_rpc.rs @@ -29,11 +29,11 @@ impl Default for DiscordRpc { #[inline] fn default() -> Self { Self { - app_id: 1116308640945688677, + app_id: 1256293983831720039, enabled: false, - title: String::from("Commanding the"), - subtitle: String::from("Grey Raven unit"), + title: String::from("Wuthering"), + subtitle: String::from("the Waves"), icon: String::from("launcher") } }