Reverted smarttext to newtonsoft to relax the allowed json rules. Upped version to 4.1.3

This commit is contained in:
Kwoth
2022-05-05 05:00:47 +02:00
parent 5b5bc278ff
commit 9a96ef76ba
2 changed files with 9 additions and 14 deletions

View File

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