mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Updated CHANGELOG.md, upped version to 4.3.14
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
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.14] - 02.04.2023
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed voice hearbeat issue
|
||||||
|
- `.banktake` had ok/error responses flipped. No functional change
|
||||||
|
- PermRole should deny messages in threads todo
|
||||||
|
- Fixed chucknorris jokes
|
||||||
|
- `.logserver` will now
|
||||||
|
|
||||||
## [4.3.13] - 20.02.2023
|
## [4.3.13] - 20.02.2023
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@@ -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.13";
|
public const string BOT_VERSION = "4.3.14";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user