UNPKG

disrexom

Version:

A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites

11 lines 484 B
import ExtractorPlugin from "../struct/ExtractorPlugin"; import { Playlist, Song } from "../struct"; import type { GuildMember } from "discord.js"; export declare class YouTubeDLPlugin extends ExtractorPlugin { constructor(updateYouTubeDL?: boolean); validate(): Promise<boolean>; resolve(url: string, member: GuildMember): Promise<Song | Playlist>; getStreamURL(url: string): Promise<string>; } export default YouTubeDLPlugin; //# sourceMappingURL=youtube-dl.d.ts.map