Updated changelog.md, Upped version to 4.3.2

This commit is contained in:
Kwoth
2022-07-28 14:33:32 +02:00
parent 3c715a29ca
commit 43fa5a22f5
3 changed files with 13 additions and 4 deletions

View File

@@ -8,6 +8,17 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
- Check for updates will run once per hour as it was supposed to - Check for updates will run once per hour as it was supposed to
## [4.3.2] - 28.07.2022
### Fixed
- Fixed Reaction Roles not working properly with animated emojis
- Fixed `.slot` alignment
- Fixed `mysql` and `postgresql` reactionrole migration
- Fixed repeat loop with `postgresql` db provider
- Fixed `.bank withdraw <expression>` will now correctly use bank amount for calculation
- [dev] Fixed medusa Reply*LocalizedAsync not working with placeholders
## [4.3.0] - 27.07.2022 ## [4.3.0] - 27.07.2022
### Added ### Added

View File

@@ -1,6 +1,4 @@
using Nadeko.Common; using NadekoBot.Modules.Gambling.Bank;
using NadekoBot.Common.TypeReaders;
using NadekoBot.Modules.Gambling.Bank;
using NadekoBot.Modules.Gambling.Common; using NadekoBot.Modules.Gambling.Common;
using NadekoBot.Modules.Gambling.Services; using NadekoBot.Modules.Gambling.Services;

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.1"; public const string BOT_VERSION = "4.3.2";
public string Author public string Author
=> "Kwoth#2452"; => "Kwoth#2452";