mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-21 08:31:58 +00:00
RPC: change id
This commit is contained in:
parent
4dd0b5b00d
commit
beaebf7a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export default class Discord {
|
||||||
|
|
||||||
loginRPC () {
|
loginRPC () {
|
||||||
if (this.rpcEnabled) {
|
if (this.rpcEnabled) {
|
||||||
this.discord.login({ clientId: '954855428355915797' }).catch(() => {
|
this.discord.login({ clientId: '1267153966714589235' }).catch(() => {
|
||||||
setTimeout(() => this.loginRPC(), 5000).unref()
|
setTimeout(() => this.loginRPC(), 5000).unref()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue