Update discord_rpc.rs

This commit is contained in:
Marie 2023-05-02 19:01:40 +02:00 committed by GitHub
parent cba4a7bbde
commit 4144faf0cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,17 +25,15 @@ impl From<DiscordRpc> for DiscordRpcParams {
} }
} }
// TODO: add honkers-specific discord rpc
impl Default for DiscordRpc { impl Default for DiscordRpc {
#[inline] #[inline]
fn default() -> Self { fn default() -> Self {
Self { Self {
app_id: 901534333360304168, app_id: 1102997693040701481,
enabled: false, enabled: false,
title: String::from("Researching the world"), title: String::from("Trailblazing"),
subtitle: String::from("of Teyvat"), subtitle: String::from("The Galaxy"),
icon: String::from("launcher") icon: String::from("launcher")
} }
} }