Upped version to 4.3.5

This commit is contained in:
Kwoth
2022-08-17 22:10:07 +02:00
parent 7d9e456fe5
commit 7c8756096d
2 changed files with 22 additions and 1 deletions

View File

@@ -4,6 +4,27 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
## Unreleased ## Unreleased
## [4.3.5] - 17.08.2022
### Added
- Added a 'Use' button when a user already owns an item
- Added a 'Pull Again' button to slots
- Added `.roleinfo` command
- Added `.emojiremove` command
- Added `.threadcreate` and `.threaddelete` commands
- Added `.bank seize` / `.bank award` owner only commands
### Changed
- Running a .timely command early now shows a pending color
- .xp system is once again no longer opt in for servers
- It's still opt-in for global and requires users to run .xp at least once in order to start gaining global xp
### Fixed
- Fixed users not getting club xp
## [4.3.4] - 07.08.2022 ## [4.3.4] - 07.08.2022
### 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.4"; public const string BOT_VERSION = "4.3.5";
public string Author public string Author
=> "Kwoth#2452"; => "Kwoth#2452";