DisTube API Documentation
    Preparing search index...

    Type Alias PlayHandlerOptions

    type PlayHandlerOptions = {
        position?: number;
        skip?: boolean;
        textChannel?: GuildTextBasedChannel;
    }

    Hierarchy (View Summary)

    Index

    Properties

    position?: number

    [Default: 0] Position of the song/playlist to add to the queue, <= 0 to add to the end of the queue

    skip?: boolean

    [Default: false] Skip the playing song (if exists) and play the added playlist instantly

    textChannel?: GuildTextBasedChannel

    The default text channel of the queue