Browse Source

Fix voice channel typo

pull/222/head
FiniteReality 8 years ago
parent
commit
eeecc8486b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Entities/Channels/ChannelType.cs

+ 1
- 1
src/Discord.Net/Entities/Channels/ChannelType.cs View File

@@ -7,7 +7,7 @@
Text = 0,
///<summary> A direct-message text channel </summary>
DM = 1,
///<summary> A voice channel channel </summary>
///<summary> A voice channel </summary>
Voice = 2,
///<summary> A group channel </summary>
Group = 3


Loading…
Cancel
Save