upd(pgr/rpc): Change app ID and text

This commit is contained in:
Marie 2023-06-08 12:12:57 +02:00 committed by GitHub
parent 7d25128c29
commit 6c521d59f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,11 +31,11 @@ impl Default for DiscordRpc {
#[inline] #[inline]
fn default() -> Self { fn default() -> Self {
Self { Self {
app_id: 901534333360304168, app_id: 1116308640945688677,
enabled: false, enabled: false,
title: String::from("Researching the world"), title: String::from("Commanding the"),
subtitle: String::from("of Teyvat"), subtitle: String::from("Grey Raven unit"),
icon: String::from("launcher") icon: String::from("launcher")
} }
} }