1
Fork 0
mirror of https://gitlab.com/Kwoth/nadekobot.git synced 2024-10-02 20:13:13 +00:00

Upped version to 4.3.15, Updated CHANGELOG.md

This commit is contained in:
Kwoth 2023-05-21 00:37:29 +02:00
parent 073b832065
commit 93df4f3bf3
2 changed files with 10 additions and 1 deletions

View file

@ -2,6 +2,15 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
## [4.3.15] - 21.05.2023
### Fixed
- Fixed -w 0 in trivia
- Fixed `.rps` amount field in the response
- Fixed `.showembed` output
- Fixed bank award's incorrect output message
## [4.3.14] - 02.04.2023
### Fixed

View file

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