Fixed multiple responses? closes #1867, #1747

This commit is contained in:
Master Kwoth
2017-11-22 08:07:56 +01:00
parent acf411c336
commit e2ddc3c1d4
3 changed files with 17 additions and 19 deletions

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.7";
public const string BotVersion = "2.5.8";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";