From 0fc1a68022d015a28a44943089d2e98eea745197 Mon Sep 17 00:00:00 2001 From: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com> Date: Sun, 20 Mar 2022 15:19:25 +0000 Subject: [PATCH] BREAKING: scheduled event is optional --- types/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/discord.ts b/types/discord.ts index 213f9518e..afe5daa42 100644 --- a/types/discord.ts +++ b/types/discord.ts @@ -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. */