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]
fn default() -> Self {
Self {
app_id: 901534333360304168,
app_id: 1116308640945688677,
enabled: false,
title: String::from("Researching the world"),
subtitle: String::from("of Teyvat"),
title: String::from("Commanding the"),
subtitle: String::from("Grey Raven unit"),
icon: String::from("launcher")
}
}