BREAKING: scheduled event is optional

This commit is contained in:
Skillz4Killz
2022-03-20 15:19:25 +00:00
committed by GitHub
parent ef6c4a8d05
commit 0fc1a68022
+1 -1
View File
@@ -1530,7 +1530,7 @@ export interface DiscordScheduledEvent {
/** the name of the scheduled event */
name: string;
/** the description of the scheduled event */
description: string;
description?: string;
/** the time the scheduled event will start */
scheduled_start_time: string;
/** the time the scheduled event will end if it does end. */