You can now follow picarto streams (.picarto/.pa)

This commit is contained in:
Master Kwoth
2017-11-17 18:27:24 +01:00
parent 940600bda6
commit 7a85677d74
6 changed files with 56 additions and 10 deletions

View File

@ -9,7 +9,8 @@
public enum FollowedStreamType
{
Twitch, Smashcast, Mixer
Twitch, Smashcast, Mixer,
Picarto
}
public override int GetHashCode() =>

View File

@ -21,7 +21,7 @@ namespace NadekoBot.Core.Services.Impl
private readonly IBotCredentials _creds;
private readonly DateTime _started;
public const string BotVersion = "2.5.3";
public const string BotVersion = "2.5.4";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";