export channel types

This commit is contained in:
DjDeveloperr 2021-04-04 13:52:07 +05:30
parent f7adfd0f7e
commit eca3cf4e0e
1 changed files with 1 additions and 0 deletions

View File

@ -80,3 +80,4 @@ export { commands, client }
export * from './src/types/slash.ts' export * from './src/types/slash.ts'
export * from './src/structures/slash.ts' export * from './src/structures/slash.ts'
export * from './src/interactions/mod.ts' export * from './src/interactions/mod.ts'
export * from './src/types/channel.ts'