Browse Source

Fix spelling error

pull/2384/head
Armano den Boef GitHub 2 years ago
parent
commit
6bb468f084
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs

+ 1
- 1
src/Discord.Net.WebSocket/API/Gateway/WebhooksUpdatedEvent.cs View File

@@ -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; }
}
}

Loading…
Cancel
Save