feat(mod.ts): export GatewayIntents

This commit is contained in:
DjDeveloperr 2020-12-03 12:10:34 +05:30
parent d4836c2db8
commit 54e17e90d5
1 changed files with 1 additions and 0 deletions

1
mod.ts
View File

@ -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'