permanent-waves/discordeno-audio-plugin-main/deps.ts

13 lines
652 B
TypeScript

export * from "https://deno.land/x/discordeno@17.1.0/mod.ts";
export * from "https://deno.land/x/discordeno@17.1.0/plugins/cache/mod.ts";
export * as opus from "https://unpkg.com/@evan/wasm@0.0.95/target/opus/deno.js";
export * from "https://unpkg.com/@evan/wasm@0.0.95/target/nacl/deno.js";
export {
default as ytdl,
getInfo,
downloadFromInfo,
} from "https://deno.land/x/ytdl_core@v0.1.2/mod.ts";
export { ytDownload } from "https://deno.land/x/yt_download@1.1/mod.ts";
export type { VideoFormat } from "https://deno.land/x/ytdl_core@v0.1.0/src/types.ts";
export { default as YouTube } from "https://deno.land/x/youtube_sr@v4.3.4-deno/mod.ts";