From 7db26b595293e45ab0c9faa2f7e4d82173f71af3 Mon Sep 17 00:00:00 2001 From: xnacly Date: Fri, 3 Sep 2021 21:29:17 +0200 Subject: moved Constants and Errorhandler from api to util --- api/src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'api/src/index.ts') diff --git a/api/src/index.ts b/api/src/index.ts index 0bba7f5e..fe59310f 100644 --- a/api/src/index.ts +++ b/api/src/index.ts @@ -5,7 +5,6 @@ export * from "./schema/Channel"; export * from "./schema/Guild"; export * from "./schema/Invite"; export * from "./schema/Message"; -export * from "./util/Constants"; export * from "./util/instanceOf"; export * from "./util/instanceOf"; export * from "./util/RandomInviteID"; -- cgit 1.5.1