Interface UpdatePlayerInfo

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

Properties

guildId: string
noReplace?: boolean
playerOptions: UpdatePlayerOptions