Add premium_progress_bar_enabled attribute on Guild

This commit is contained in:
I. Ahmad
2022-03-06 13:17:28 +05:00
committed by GitHub
parent eaf94e84bc
commit 8360e4af8d
2 changed files with 16 additions and 0 deletions

View File

@@ -1114,6 +1114,7 @@ class HTTPClient:
'rules_channel_id',
'public_updates_channel_id',
'preferred_locale',
'premium_progress_bar_enabled',
)
payload = {k: v for k, v in fields.items() if k in valid_keys}