feat(StageInstanceManager): add guildScheduledEvent to create() (#9024)

* Update StageInstanceManager.js

* typings

* docs

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Jaw0r3k
2023-10-03 20:31:19 +02:00
committed by GitHub
parent 759c0b0d46
commit 5f6a82d349
2 changed files with 6 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -4966,6 +4966,7 @@ export interface StageInstanceCreateOptions {
topic: string;
privacyLevel?: PrivacyLevel | number;
sendStartNotification?: boolean;
guildScheduledEvent?: GuildScheduledEventResolvable;
}
export interface CrosspostedChannel {