mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-03 14:02:19 +00:00
Add support for archive duration in Guild.create_text_channel
This commit is contained in:
@@ -922,7 +922,7 @@ class HTTPClient:
|
||||
'rate_limit_per_user',
|
||||
'rtc_region',
|
||||
'video_quality_mode',
|
||||
'auto_archive_duration',
|
||||
'default_auto_archive_duration',
|
||||
)
|
||||
payload.update({k: v for k, v in options.items() if k in valid_keys and v is not None})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user