DisTube API Documentation
    Preparing search index...

    Type Alias DisTubeEvents

    type DisTubeEvents = {
        addList: [queue: Queue, playlist: Playlist];
        addSong: [queue: Queue, song: Song];
        debug: [debug: string];
        deleteQueue: [queue: Queue];
        disconnect: [queue: Queue];
        error: [error: Error, queue: Queue, song: Song | undefined];
        ffmpegDebug: [debug: string];
        finish: [queue: Queue];
        finishSong: [queue: Queue, song: Song];
        initQueue: [queue: Queue];
        noRelated: [queue: Queue, error: DisTubeError];
        playSong: [queue: Queue, song: Song];
    }
    Index

    Properties

    addList: [queue: Queue, playlist: Playlist]
    addSong: [queue: Queue, song: Song]
    debug: [debug: string]
    deleteQueue: [queue: Queue]
    disconnect: [queue: Queue]
    error: [error: Error, queue: Queue, song: Song | undefined]
    ffmpegDebug: [debug: string]
    finish: [queue: Queue]
    finishSong: [queue: Queue, song: Song]
    initQueue: [queue: Queue]
    noRelated: [queue: Queue, error: DisTubeError]
    playSong: [queue: Queue, song: Song]