From a2f57627913bf5d402b73933374693382a387ed2 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:46:33 +1100 Subject: Forgot some schemas + only generate schemas in util/schemas + add setup script --- src/util/schemas/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util/schemas/index.ts') 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 -- cgit 1.4.1