Interface MusicRequestConfig

interface MusicRequestConfig {
    accepts: NicknameAcceptType[];
    enabled: boolean;
    excludeUser: string;
    requestWord: string;
    searchLinks: SearchLink[];
    sound: {
        enabled: boolean;
        file: string;
        volume: number;
    };
}

Properties

enabled: boolean
excludeUser: string
requestWord: string
searchLinks: SearchLink[]
sound: {
    enabled: boolean;
    file: string;
    volume: number;
}

Type declaration

  • enabled: boolean
  • file: string
  • volume: number