Fixed VoiceXP bug, closes #374. Upped version to 4.3.4, Updated changelog

This commit is contained in:
Kwoth
2022-08-07 13:07:51 +02:00
parent 8d3f2f186a
commit 13d2fbd560
3 changed files with 55 additions and 4 deletions

View File

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