diff --git a/src/index.ts b/src/index.ts index 9cce00d..e7420c2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,9 @@ export * as AudioFilters from './utils/AudioFilters'; +export * as Constants from './utils/Constants'; export * as Player from './Player'; export * as Util from './utils/Util'; export * as Track from './Structures/Track'; export * as Queue from './Structures/Queue'; export * from './types/types'; +export * as PlayerError from './utils/PlayerError'; export { version } from '../package.json';