diff options
| author | Nadir Chowdhury <[email protected]> | 2021-05-05 12:30:54 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-05 07:30:54 -0400 |
| commit | 63974ec46dae497bf7fafbf7b592ef6562ee0f14 (patch) | |
| tree | f7c5c0c59d74a68cd894f6471d9edf0520d30861 /discord/http.py | |
| parent | Fix AuditLogEntry.target being incorrect for bulk message delete (diff) | |
| download | discord.py-63974ec46dae497bf7fafbf7b592ef6562ee0f14.tar.xz discord.py-63974ec46dae497bf7fafbf7b592ef6562ee0f14.zip | |
Add discovery_splash and community field to Guild.edit
Diffstat (limited to 'discord/http.py')
| -rw-r--r-- | discord/http.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/discord/http.py b/discord/http.py index 0eb48124..dcd6131e 100644 --- a/discord/http.py +++ b/discord/http.py @@ -785,6 +785,8 @@ class HTTPClient: 'owner_id', 'afk_channel_id', 'splash', + 'discovery_splash', + 'features', 'verification_level', 'system_channel_id', 'default_message_notifications', |