Shoukaku
    Preparing search index...

    Interface UpdatePlayerInfo

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

    Properties

    guildId: string
    noReplace?: boolean
    playerOptions: UpdatePlayerOptions