Updatec changelog. Upped version to 4.3.21

This commit is contained in:
Kwoth
2024-04-16 13:55:04 +00:00
parent eef5b3f948
commit d1db54498b
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.3.21]
### Fixed
- Possible fix for a duplicate in `.h bank`
- Fixed `.stock` command
- Fixed `.clubapply` and `.clubaccept`
- Removed some redundant discriminators
## [4.3.20] - 20.01.2024 ## [4.3.20] - 20.01.2024
### Fixed ### Fixed

View File

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