.ban and .kick reasons will now show up in audit log.

This commit is contained in:
Master Kwoth
2017-11-17 11:33:13 +01:00
parent eac9ad018b
commit 940600bda6
2 changed files with 3 additions and 3 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.2";
public const string BotVersion = "2.5.3";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";