From eca3cf4e0e0afd3a099733b2a9773dfcf5d1280a Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Sun, 4 Apr 2021 13:52:07 +0530 Subject: [PATCH] export channel types --- deploy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.ts b/deploy.ts index 92268e5..bbd29f9 100644 --- a/deploy.ts +++ b/deploy.ts @@ -80,3 +80,4 @@ export { commands, client } export * from './src/types/slash.ts' export * from './src/structures/slash.ts' export * from './src/interactions/mod.ts' +export * from './src/types/channel.ts'