.clubinfo will now show member's levels and order them by it, feathub#212

This commit is contained in:
Master Kwoth
2017-11-20 03:49:05 +01:00
parent a0c5b469b8
commit acf411c336
2 changed files with 13 additions and 9 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.6";
public const string BotVersion = "2.5.7";
public string Author => "Kwoth#2560";
public string Library => "Discord.Net";