We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ba67f commit 194ebbdCopy full SHA for 194ebbd
packages/botcore/src/utils/LyricsHelper.ts
@@ -15,7 +15,7 @@ type Lyrics = {
15
16
const WIKI_URL = 'https://silentblue.remywiki.com';
17
const WIKI_NAME = 'SilentBlue Wiki';
18
-const NETEASE_API = 'https://ylyn-music-api.vercel.app';
+const NETEASE_API = 'https://neteasecloudmusicapi.vercel.app';
19
20
export default class LyricsHelper {
21
private readonly geniusClient: Genius.Client;
0 commit comments