Constructors

Properties

player: AudioPlayer
queue: Track<
    | "SoundCloud"
    | "LocalFile"
    | "Url"
    | "Youtube"
    | "Spotify">[]

Accessors

  • get currentTrack(): Track<
        | "SoundCloud"
        | "LocalFile"
        | "Url"
        | "Youtube"
        | "Spotify">
  • Returns Track<
        | "SoundCloud"
        | "LocalFile"
        | "Url"
        | "Youtube"
        | "Spotify">

  • get previousTrack(): Track<
        | "SoundCloud"
        | "LocalFile"
        | "Url"
        | "Youtube"
        | "Spotify">
  • Returns Track<
        | "SoundCloud"
        | "LocalFile"
        | "Url"
        | "Youtube"
        | "Spotify">

Methods

  • Parameters

    • page: number = 1
    • limit: number = 10
    • format: string = "{position}) {title} | {requester.user.username}"

    Returns string[]