From 6d44d6dfd83898787747bb0c748c62c4b5246d4c Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 26 Jun 2022 19:25:16 -0500 Subject: [PATCH] hotfix --- mod.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/mod.ts b/mod.ts index b6d350f..867286f 100644 --- a/mod.ts +++ b/mod.ts @@ -17,7 +17,6 @@ export * from "./structures/ThreadChannel.ts"; export * from "./structures/NewsChannel.ts"; export * from "./structures/Emoji.ts"; export * from "./structures/VoiceChannel.ts"; -export * from "./structures/Emoji.ts"; export * from "./structures/GuildEmoji.ts"; export * from "./structures/WelcomeChannel.ts"; export * from "./structures/WelcomeScreen.ts";