diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-28 19:23:02 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-10-28 19:23:02 +1100 |
commit | 4c58a8bc249856a3e3b0af02ac086226a9308ddc (patch) | |
tree | 65ababbcb6915bf2e686d003383ce5ea573289df /src/util/schemas/index.ts | |
parent | lol (diff) | |
download | server-4c58a8bc249856a3e3b0af02ac086226a9308ddc.tar.xz |
Fix user settings not saving properly and guild folders
Diffstat (limited to '')
-rw-r--r-- | src/util/schemas/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/schemas/index.ts b/src/util/schemas/index.ts index 8881b247..780022c6 100644 --- a/src/util/schemas/index.ts +++ b/src/util/schemas/index.ts @@ -44,4 +44,5 @@ export * from "./ChannelPermissionOverwriteSchema"; export * from "./UserGuildSettingsSchema"; export * from "./GatewayPayloadSchema"; export * from "./RolePositionUpdateSchema"; -export * from "./ChannelReorderSchema"; \ No newline at end of file +export * from "./ChannelReorderSchema"; +export * from "./UserSettingsSchema"; \ No newline at end of file |