Change Discord RPC to aviaclients

Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
This commit is contained in:
AvaLilac 2026-04-06 14:52:47 -04:00 committed by GitHub
parent 0c2c081ab0
commit 8b0e6588fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
}