mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add and change Guild attributes and Guild.edit params
This commit is contained in:
@ -1426,6 +1426,7 @@ class HTTPClient:
|
||||
'public_updates_channel_id',
|
||||
'preferred_locale',
|
||||
'premium_progress_bar_enabled',
|
||||
'safety_alerts_channel_id',
|
||||
)
|
||||
|
||||
payload = {k: v for k, v in fields.items() if k in valid_keys}
|
||||
|
Reference in New Issue
Block a user