From beaebf7a2ad791b39253c74a77d4ea9721e2c764 Mon Sep 17 00:00:00 2001 From: NoCrypt <57245077+NoCrypt@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:38:06 +0700 Subject: [PATCH] RPC: change id --- electron/src/main/discord.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/src/main/discord.js b/electron/src/main/discord.js index 4efc2d3c..434fc6f2 100644 --- a/electron/src/main/discord.js +++ b/electron/src/main/discord.js @@ -68,7 +68,7 @@ export default class Discord { loginRPC () { if (this.rpcEnabled) { - this.discord.login({ clientId: '954855428355915797' }).catch(() => { + this.discord.login({ clientId: '1267153966714589235' }).catch(() => { setTimeout(() => this.loginRPC(), 5000).unref() }) }