Skip to content

Commit c7fe814

Browse files
authored
Merge pull request #602 from xn-oah/master
Fix clientID
2 parents ea35da5 + 107c79f commit c7fe814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/discord/back.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { dialog, app } = require("electron");
55
const registerCallback = require("../../providers/song-info");
66

77
// Application ID registered by @xn-oah
8-
const clientId = "937234785716285471";
8+
const clientId = "942539762227630162";
99

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

0 commit comments

Comments
 (0)