Fixed .poll and .pollend

This commit is contained in:
Master Kwoth
2017-10-24 18:50:51 +02:00
parent 08fc1b12f7
commit ffcaa594c9
3 changed files with 11 additions and 8 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.1.2";
public const string BotVersion = "2.1.4";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";