upd(honk/rpc): Replace app ID and text

This commit is contained in:
Marie 2023-06-08 12:11:08 +02:00 committed by GitHub
parent 6aef2d3d5d
commit 7d25128c29
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: 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")
}
}