diff --git a/src/index.ts b/src/index.ts index b8516a9..4d8c716 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,5 @@ export { default as Client } from './Client'; export { default as config } from './config.json'; -export { default as Util } from './Util'; export { default as Classes } from './class'; export { default as Commands } from './commands'; export { default as Events } from './events';