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.2
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -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
|
||||||
|
@@ -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;
|
||||||
|
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user