|
@ -659,7 +659,7 @@ class HTTPClient: |
|
|
'system_channel_id', 'default_message_notifications', |
|
|
'system_channel_id', 'default_message_notifications', |
|
|
'description', 'explicit_content_filter', 'banner', |
|
|
'description', 'explicit_content_filter', 'banner', |
|
|
'system_channel_flags', 'rules_channel_id', |
|
|
'system_channel_flags', 'rules_channel_id', |
|
|
'public_updates_channel_id') |
|
|
'public_updates_channel_id', 'preferred_locale',) |
|
|
|
|
|
|
|
|
payload = { |
|
|
payload = { |
|
|
k: v for k, v in fields.items() if k in valid_keys |
|
|
k: v for k, v in fields.items() if k in valid_keys |
|
|