diff --git a/src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs b/src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs index 5b976dfbb..5555dc842 100644 --- a/src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs +++ b/src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs @@ -8,6 +8,6 @@ namespace Discord.API.Gateway public ulong GuildId { get; set; } [JsonProperty("channel_id")] - public ulong ChanelId { get; set; } + public ulong ChannelId { get; set; } } }