aboutsummaryrefslogtreecommitdiff
path: root/discord/http.py
diff options
context:
space:
mode:
authorNadir Chowdhury <[email protected]>2021-05-05 12:30:54 +0100
committerGitHub <[email protected]>2021-05-05 07:30:54 -0400
commit63974ec46dae497bf7fafbf7b592ef6562ee0f14 (patch)
treef7c5c0c59d74a68cd894f6471d9edf0520d30861 /discord/http.py
parentFix AuditLogEntry.target being incorrect for bulk message delete (diff)
downloaddiscord.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.py2
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',