Browse Source

Added ChannelTypes documentation

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
766b19bfd9
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Discord.Net/ChannelTypes.cs

+ 2
- 0
src/Discord.Net/ChannelTypes.cs View File

@@ -2,7 +2,9 @@
{
public static class ChannelTypes
{
/// <summary> A text-only channel. </summary>
public const string Text = "text";
/// <summary> A voice-only channel. </summary>
public const string Voice = "voice";
}
}

Loading…
Cancel
Save