summary refs log tree commit diff
path: root/api/src/schema
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 15:27:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 15:27:00 +0200
commitc944babc9695cd012b4a032b7dd4224ec19003f2 (patch)
treebb8bdc42f5720045017846c7a41ac9ec0b6dae70 /api/src/schema
parent:bug: fix member roles + list (diff)
downloadserver-c944babc9695cd012b4a032b7dd4224ec19003f2.tar.xz
:bug: fix #311
Diffstat (limited to 'api/src/schema')
-rw-r--r--api/src/schema/Guild.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/schema/Guild.ts b/api/src/schema/Guild.ts

index 0f9fd884..7c96905e 100644 --- a/api/src/schema/Guild.ts +++ b/api/src/schema/Guild.ts
@@ -33,7 +33,7 @@ export const GuildUpdateSchema = { $icon: String, $verification_level: Number, $default_message_notifications: Number, - $system_channel_flags: String, + $system_channel_flags: Number, $system_channel_id: String, $explicit_content_filter: Number, $public_updates_channel_id: String,