mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Fix certain parameters not being respected in Guild.create_forum
This commit is contained in:
parent
4122bef8ee
commit
a098867a4d
@ -1187,6 +1187,8 @@ class HTTPClient:
|
||||
'rtc_region',
|
||||
'video_quality_mode',
|
||||
'default_auto_archive_duration',
|
||||
'default_thread_rate_limit_per_user',
|
||||
'available_tags',
|
||||
)
|
||||
payload.update({k: v for k, v in options.items() if k in valid_keys and v is not None})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user