diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 20:18:14 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 20:18:14 +0200 |
commit | 34a86b616e63d08397cc94a1f7cef226c8ea2ff4 (patch) | |
tree | f55f136bf4b7d49004dcad84b4224a4017fa05fa | |
parent | :bug: fix user projection (diff) | |
download | server-34a86b616e63d08397cc94a1f7cef226c8ea2ff4.tar.xz |
:bug: fix set user settings
-rw-r--r-- | api/assets/schemas.json | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json index 5d78c602..c2149836 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json @@ -8828,39 +8828,6 @@ "type": "integer" } }, - "required": [ - "afk_timeout", - "allow_accessibility_detection", - "animate_emoji", - "animate_stickers", - "contact_sync_enabled", - "convert_emoticons", - "custom_status", - "default_guilds_restricted", - "detect_platform_accounts", - "developer_mode", - "disable_games_tab", - "enable_tts_command", - "explicit_content_filter", - "friend_source_flags", - "gateway_connected", - "gif_auto_play", - "guild_folders", - "guild_positions", - "inline_attachment_media", - "inline_embed_media", - "locale", - "message_display_compact", - "native_phone_integration_enabled", - "render_embeds", - "render_reactions", - "restricted_guilds", - "show_current_game", - "status", - "stream_notifications_enabled", - "theme", - "timezone_offset" - ], "definitions": { "ChannelPermissionOverwriteType": { "enum": [ |