summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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";