summary refs log tree commit diff
path: root/src/index.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
commit3d54ed476240702812caf0b6e1ce94bfb0329cb5 (patch)
tree9f928dee5023de75b22d6b99c25c3c3fd967da7f /src/index.ts
parentexport event (diff)
downloadserver-3d54ed476240702812caf0b6e1ce94bfb0329cb5.tar.xz
fix models + move schemas in api and gateway
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/index.ts b/src/index.ts

index d18dfeac..b218f8c2 100644 --- a/src/index.ts +++ b/src/index.ts
@@ -12,12 +12,6 @@ import { Member } from "./models/Member"; import { Role } from "./models/Role"; import { User } from "./models/User"; -//* schema -import { EmojiSchema } from "./Schema/Emoji"; -import { ActivitySchema } from "./Schema/Activity"; -import { IdentifySchema } from "./Schema/Identify"; -import { GuildSchema } from "./Schema/Guild"; - import { trimSpecial } from "./util/String"; import { BitField } from "./util/BitField"; import { Intents } from "./util/Intents"; @@ -47,8 +41,4 @@ export { Member, Role, User, - EmojiSchema, - ActivitySchema, - IdentifySchema, - GuildSchema, };