mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-21 07:53:01 +00:00
Add missing scheduled_event field to StageChannel.create_instance
This commit is contained in:
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user