Fixed .config searches followedStreams.maxCount. Version upped to 4.3.20

This commit is contained in:
Kwoth
2024-01-20 15:06:45 +00:00
parent b0ac35b82e
commit a7e1e8a982
3 changed files with 6 additions and 3 deletions

View File

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