summary refs log tree commit diff
path: root/src/util/dtos/index.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2022-12-20 23:18:52 -0500
committerPuyodead1 <puyodead@proton.me>2022-12-20 23:25:20 -0500
commit8a28dd467540526d133972907d39f2a1eded929b (patch)
treea10f5e4e7ac34d1385c971c1f6b96ef96d1fa9dd /src/util/dtos/index.ts
parentFix the roles bug (diff)
downloadserver-8a28dd467540526d133972907d39f2a1eded929b.tar.xz
Client: update to canary 165341
Diffstat (limited to 'src/util/dtos/index.ts')
-rw-r--r--src/util/dtos/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/dtos/index.ts b/src/util/dtos/index.ts

index 0e8f8459..b25cac9c 100644 --- a/src/util/dtos/index.ts +++ b/src/util/dtos/index.ts
@@ -1,2 +1,3 @@ export * from "./DmChannelDTO"; +export * from "./ReadyGuildDTO"; export * from "./UserDTO";