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

* feat(StageInstanceManager): add `guildScheduledEvent` to `create()`

* fix: requested changes

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
This commit is contained in:
Almeida
2023-09-28 19:27:15 +01:00
committed by GitHub
parent eaabcdfda6
commit 931c3ed593
2 changed files with 7 additions and 1 deletions

View File

@@ -5214,6 +5214,7 @@ export interface StageInstanceCreateOptions {
topic: string;
privacyLevel?: StageInstancePrivacyLevel;
sendStartNotification?: boolean;
guildScheduledEvent?: GuildScheduledEventResolvable;
}
export interface CrosspostedChannel {