From 8b0e6588fdd635da9be0f6d2c5dd839337ba3036 Mon Sep 17 00:00:00 2001 From: AvaLilac <257690424+AvaLilac@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:52:47 -0400 Subject: [PATCH] Change Discord RPC to aviaclients Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com> --- src/native/discordRpc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/native/discordRpc.ts b/src/native/discordRpc.ts index 9df475b..43ea475 100644 --- a/src/native/discordRpc.ts +++ b/src/native/discordRpc.ts @@ -16,8 +16,8 @@ export async function initDiscordRpc() { rpc.on("ready", () => rpc.setActivity({ + details: "Chatting with others on AviaClient", state: "stoat.chat", - details: "Chatting with others", largeImageKey: "qr", largeImageText: "Join Stoat!", buttons: [ @@ -31,7 +31,7 @@ export async function initDiscordRpc() { rpc.on("disconnected", reconnect); - rpc.login({ clientId: "872068124005007420" }); + rpc.login({ clientId: "1490783938829090837" }); } catch (err) { reconnect(); }