fixed .xpglb help string. Version upped to 1.8.1

This commit is contained in:
Master Kwoth 2017-09-10 17:58:32 +02:00
parent 192667aa35
commit 268f9b0448
2 changed files with 2 additions and 2 deletions

View File

@ -3643,7 +3643,7 @@
<value>`{0}xpglb`</value>
</data>
<data name="xpgloballeaderboard_desc" xml:space="preserve">
<value>Shows current server's xp leaderboard.</value>
<value>Shows the global xp leaderboard.</value>
</data>
<data name="xpadd_cmd" xml:space="preserve">
<value>xpadd</value>

View File

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