Browse Source

Added StreamType.Youtube (?)

pull/832/head
Tj GitHub 8 years ago
parent
commit
9e726ca1ad
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Discord.Net.Core/Entities/Users/StreamType.cs

+ 2
- 1
src/Discord.Net.Core/Entities/Users/StreamType.cs View File

@@ -3,6 +3,7 @@
public enum StreamType
{
NotStreaming = 0,
Twitch = 1
Twitch = 1,
Youtube = 2
}
}

Loading…
Cancel
Save