mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
BREAKING: scheduled event is optional
This commit is contained in:
+1
-1
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user