summary refs log tree commit diff
path: root/src/util/schemas/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/schemas/index.ts')
-rw-r--r--src/util/schemas/index.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts
index ba9e71e4..8881b247 100644
--- a/src/util/schemas/index.ts
+++ b/src/util/schemas/index.ts
@@ -42,4 +42,6 @@ export * from "./LazyRequestSchema";
 export * from "./GuildUpdateSchema";
 export * from "./ChannelPermissionOverwriteSchema";
 export * from "./UserGuildSettingsSchema";
-export * from "./GatewayPayloadSchema"
\ No newline at end of file
+export * from "./GatewayPayloadSchema";
+export * from "./RolePositionUpdateSchema";
+export * from "./ChannelReorderSchema";
\ No newline at end of file