Browse Source

Merge 9e726ca1ad into 347c5a0d39

pull/832/merge
Tj GitHub 8 years ago
parent
commit
149280cc32
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