mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Add support for getting and editing integration_types_config application field
This commit is contained in:
@ -2620,6 +2620,7 @@ class HTTPClient:
|
||||
'cover_image',
|
||||
'interactions_endpoint_url ',
|
||||
'tags',
|
||||
'integration_types_config',
|
||||
)
|
||||
|
||||
payload = {k: v for k, v in payload.items() if k in valid_keys}
|
||||
|
Reference in New Issue
Block a user