UNPKG

spike-player

Version:

Complete framework to facilitate music commands using discord.js v13 & v14

10 lines (9 loc) 436 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 * from "./types/types";