RPC: change id

This commit is contained in:
NoCrypt 2024-07-28 23:38:06 +07:00
parent 4dd0b5b00d
commit beaebf7a2a

View file

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