UNPKG

@jadestudios/discord-music-player

Version:

Complete framework to facilitate music commands using discord.js v13

11 lines (10 loc) 479 B
export { Player } from "./Player"; export { Queue } from "./managers/Queue"; export { Song } from "./managers/Song"; export { Playlist } from "./managers/Playlist"; export { ProgressBar } from "./managers/ProgressBar"; export { DMPError, DMPErrors, DMPErrorMessages } from "./managers/DMPError"; export { StreamConnection } from "./voice/StreamConnection"; export { Utils } from "./utils/Utils"; export { StreamFilters } from "./managers/Filters"; export * from "./types/types";