Fixed .stock command, closes #356

This commit is contained in:
Kwoth
2022-05-11 12:36:50 +02:00
parent 4b5d27d963
commit b009438e0e
7 changed files with 98 additions and 19 deletions

View File

@@ -7,7 +7,7 @@ namespace NadekoBot.Services;
public sealed class StatsService : IStatsService, IReadyExecutor, INService
{
public const string BOT_VERSION = "4.1.4";
public const string BOT_VERSION = "4.1.5";
public string Author
=> "Kwoth#2452";