- Fixed .logevents and .log bugs related to thread logging

- Upped version to 4.3.16
- closes #418
This commit is contained in:
Kwoth
2023-05-24 10:30:51 +02:00
parent d831a116d9
commit 41e4936f52
4 changed files with 31 additions and 7 deletions

View File

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