feat(mod.ts): export GatewayIntents
This commit is contained in:
parent
d4836c2db8
commit
54e17e90d5
1 changed files with 1 additions and 0 deletions
1
mod.ts
1
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 { default as EventEmitter } from 'https://deno.land/std@0.74.0/node/events.ts'
|
||||||
export { Base } from './src/structures/base.ts'
|
export { Base } from './src/structures/base.ts'
|
||||||
export { Gateway } from './src/gateway/index.ts'
|
export { Gateway } from './src/gateway/index.ts'
|
||||||
|
|
Loading…
Reference in a new issue