summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:20:32 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:20:32 +0200
commit81a74b4a96c7b5fb014ed2085fbddcf8d2b811cc (patch)
treefd9cb1d931199afa19daf0ec6712ded85c573be9 /api
parent:bug: fix tsc missing (diff)
downloadserver-81a74b4a96c7b5fb014ed2085fbddcf8d2b811cc.tar.xz
update release
Diffstat (limited to 'api')
-rw-r--r--api/src/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/src/index.ts b/api/src/index.ts
index 6037e31f..73b9dbd2 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/Config";
 export * from "./util/Constants";
 export * from "./util/instanceOf";
 export * from "./util/instanceOf";