From 686d6ed1fea25ac9dd9bf56600ce31d65289d6ef Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Tue, 3 Nov 2020 14:53:06 +0530 Subject: [PATCH] Fix mod.ts --- mod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mod.ts b/mod.ts index 9d44897..fa626f6 100644 --- a/mod.ts +++ b/mod.ts @@ -35,7 +35,6 @@ export * from './src/structures/role.ts' export * from './src/structures/snowflake.ts' export * from './src/structures/textChannel.ts' export * from './src/structures/user.ts' -export * from './src/structures/voicestate.ts' export * from './src/structures/webhook.ts' export * from './src/types/cdn.ts' export * from './src/types/channel.ts'