Skip to content

Commit 3605e32

Browse files
authored
Merge pull request #888 from Zo-Bro-23/master
Discord Plugin RPC Fix
2 parents 77173c1 + 49eae89 commit 3605e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/discord/back.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const { dialog, app } = require("electron");
44

55
const registerCallback = require("../../providers/song-info");
66

7-
// Application ID registered by @xn-oah
8-
const clientId = "942539762227630162";
7+
// Application ID registered by @Zo-Bro-23
8+
const clientId = "1043858434585526382";
99

1010
/**
1111
* @typedef {Object} Info

0 commit comments

Comments
 (0)