fixed .xpglb help string. Version upped to 1.8.1
This commit is contained in:
parent
192667aa35
commit
268f9b0448
@ -3643,7 +3643,7 @@
|
|||||||
<value>`{0}xpglb`</value>
|
<value>`{0}xpglb`</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="xpgloballeaderboard_desc" xml:space="preserve">
|
<data name="xpgloballeaderboard_desc" xml:space="preserve">
|
||||||
<value>Shows current server's xp leaderboard.</value>
|
<value>Shows the global xp leaderboard.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="xpadd_cmd" xml:space="preserve">
|
<data name="xpadd_cmd" xml:space="preserve">
|
||||||
<value>xpadd</value>
|
<value>xpadd</value>
|
||||||
|
@ -20,7 +20,7 @@ namespace NadekoBot.Services.Impl
|
|||||||
private readonly IBotCredentials _creds;
|
private readonly IBotCredentials _creds;
|
||||||
private readonly DateTime _started;
|
private readonly DateTime _started;
|
||||||
|
|
||||||
public const string BotVersion = "1.8";
|
public const string BotVersion = "1.8.1";
|
||||||
|
|
||||||
public string Author => "Kwoth#2560";
|
public string Author => "Kwoth#2560";
|
||||||
public string Library => "Discord.Net";
|
public string Library => "Discord.Net";
|
||||||
|
Loading…
Reference in New Issue
Block a user