diff --git a/DisCatSharp/Entities/Guild/ScheduledEvent/DiscordScheduledEvent.cs b/DisCatSharp/Entities/Guild/ScheduledEvent/DiscordScheduledEvent.cs index 99d97d5ab..6b8c102a7 100644 --- a/DisCatSharp/Entities/Guild/ScheduledEvent/DiscordScheduledEvent.cs +++ b/DisCatSharp/Entities/Guild/ScheduledEvent/DiscordScheduledEvent.cs @@ -45,8 +45,8 @@ public Task Channel /// /// Gets the ID of the user that created the scheduled event. /// - [JsonProperty("creator_id")] - public ulong CreatorId { get; internal set; } + [JsonProperty("creator_id", NullValueHandling = NullValueHandling.Ignore)] // TODO: Check if this is a bug or not + public ulong? CreatorId { get; internal set; } /// /// Gets the user that created the scheduled event.