diff --git a/mod.ts b/mod.ts index b6477cc..bb79a53 100644 --- a/mod.ts +++ b/mod.ts @@ -1,3 +1,4 @@ +export { GatewayIntents } from './src/types/gateway.ts' export { default as EventEmitter } from 'https://deno.land/std@0.74.0/node/events.ts' export { Base } from './src/structures/base.ts' export { Gateway } from './src/gateway/index.ts'