diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 19:46:33 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-24 19:46:33 +1100 |
commit | c96d2e9bd885f927c12b6bb711301091e51e5477 (patch) | |
tree | ce115cd5cee8ca90d4e4dfe07979d67939d0af32 /src/util/schemas/index.ts | |
parent | rearrange test client's index a bit (diff) | |
download | server-c96d2e9bd885f927c12b6bb711301091e51e5477.tar.xz |
Forgot some schemas + only generate schemas in util/schemas + add setup script
Diffstat (limited to '')
-rw-r--r-- | src/util/schemas/index.ts | 4 |
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 |