From addf9cffb6085d735cc321c670c431d5d5dfcbaf Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Fri, 23 Apr 2021 11:20:12 +0530 Subject: [PATCH] oops --- mod.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mod.ts b/mod.ts index ffa82ad..f2a0842 100644 --- a/mod.ts +++ b/mod.ts @@ -175,4 +175,19 @@ export type { Dict } from './src/utils/dict.ts' export * from './src/cache/redis.ts' export { ColorUtil } from './src/utils/colorutil.ts' export type { Colors } from './src/utils/colorutil.ts' +export { StoreChannel } from './src/structures/guildStoreChannel.ts' export { StageVoiceChannel } from './src/structures/guildVoiceStageChannel.ts' +export { + isCategoryChannel, + isDMChannel, + isGroupDMChannel, + isGuildBasedTextChannel, + isGuildChannel, + isGuildTextChannel, + isNewsChannel, + isStageVoiceChannel, + isStoreChannel, + isTextChannel, + isVoiceChannel, + default as getChannelByType +} from './src/utils/channel.ts'