summary refs log tree commit diff
path: root/src/models
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-22 14:26:03 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-07-22 14:26:03 +0200
commitcfb97ca830e87f3f5f635e97b3e5fd84a25c78f0 (patch)
treeae9b8ad0972cdb5b157b84e68c06383deb332bd7 /src/models
parent1.3.33 (diff)
downloadserver-cfb97ca830e87f3f5f635e97b3e5fd84a25c78f0.tar.xz
:wrench: build
Diffstat (limited to 'src/models')
-rw-r--r--src/models/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/index.ts b/src/models/index.ts

index 11a6fe37..0ef98af0 100644 --- a/src/models/index.ts +++ b/src/models/index.ts
@@ -82,4 +82,5 @@ export * from "./Status"; export * from "./Role"; export * from "./User"; export * from "./VoiceState"; +export * from "./ReadState"; export * from "./RateLimit";