feat(wuwa): updated discord rpc config

This commit is contained in:
Nikita Podvirnyi 2024-06-28 19:08:13 +02:00
parent 95f3d36d19
commit 872d47371e
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3

View file

@ -29,11 +29,11 @@ impl Default for DiscordRpc {
#[inline] #[inline]
fn default() -> Self { fn default() -> Self {
Self { Self {
app_id: 1116308640945688677, app_id: 1256293983831720039,
enabled: false, enabled: false,
title: String::from("Commanding the"), title: String::from("Wuthering"),
subtitle: String::from("Grey Raven unit"), subtitle: String::from("the Waves"),
icon: String::from("launcher") icon: String::from("launcher")
} }
} }