feat v13(StageInstanceManager): add guildScheduledEvent to create()

#9024 djs
This commit is contained in:
Elysia
2023-02-05 14:58:59 +07:00
parent 9ba2c5e0d9
commit cee3b55f59
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -5646,6 +5646,7 @@ export interface StageInstanceCreateOptions {
topic: string;
privacyLevel?: PrivacyLevel | number;
sendStartNotification?: boolean;
guildScheduledEvent?: GuildScheduledEventResolvable;
}
export interface CrosspostedChannel {