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. */