Merge branch 'master' into feat/refactor-plugin-system

This commit is contained in:
JellyBrick
2023-11-28 01:48:38 +09:00
committed by GitHub
8 changed files with 306 additions and 245 deletions

View File

@ -9,8 +9,8 @@ import registerCallback, { type SongInfoCallback, type SongInfo } from '@/provid
import type { DiscordPluginConfig } from './index';
// Application ID registered by @Zo-Bro-23
const clientId = '1043858434585526382';
// Application ID registered by @th-ch/youtube-music dev team
const clientId = '1177081335727267940';
export interface Info {
rpc: DiscordClient;