Bot should update properly now. Credentials shouldn't be replaced by updates.

This commit is contained in:
Master Kwoth
2017-06-11 02:26:19 +02:00
parent 052bf21435
commit 64f841052b
3 changed files with 29 additions and 9 deletions

View File

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