Change Discord RPC to aviaclients
Signed-off-by: AvaLilac <257690424+AvaLilac@users.noreply.github.com>
This commit is contained in:
parent
0c2c081ab0
commit
8b0e6588fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue