Add missing scheduled_event field to StageChannel.create_instance

This commit is contained in:
Soheab_
2023-10-01 19:41:07 +02:00
committed by GitHub
parent 220607f67e
commit ebe2661f7d
2 changed files with 9 additions and 0 deletions

View File

@@ -1918,6 +1918,7 @@ class HTTPClient:
'topic',
'privacy_level',
'send_start_notification',
'guild_scheduled_event_id',
)
payload = {k: v for k, v in payload.items() if k in valid_keys}