diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:20:32 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:20:32 +0200 |
commit | 81a74b4a96c7b5fb014ed2085fbddcf8d2b811cc (patch) | |
tree | fd9cb1d931199afa19daf0ec6712ded85c573be9 /api/src/index.ts | |
parent | :bug: fix tsc missing (diff) | |
download | server-81a74b4a96c7b5fb014ed2085fbddcf8d2b811cc.tar.xz |
update release
Diffstat (limited to 'api/src/index.ts')
-rw-r--r-- | api/src/index.ts | 1 |
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"; |