mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Add premium_progress_bar_enabled attribute on Guild
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user