Type alias PlayHandlerOptions

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

Type declaration

  • Optional position?: number

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

  • Optional skip?: boolean

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

  • Optional textChannel?: GuildTextBasedChannel

    The default text channel of the queue