Interface UpdatePlayerInfo

interface UpdatePlayerInfo {
    guildId: string;
    playerOptions: UpdatePlayerOptions;
    noReplace?: boolean;
}

Properties

guildId: string
playerOptions: UpdatePlayerOptions
noReplace?: boolean