Skip to content

Commit

Permalink
RPC: change id
Browse files Browse the repository at this point in the history
  • Loading branch information
NoCrypt committed Jul 28, 2024
1 parent 4dd0b5b commit beaebf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/src/main/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
})
}
Expand Down

0 comments on commit beaebf7

Please sign in to comment.