mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Upped version to 4.3.5
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -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
|
||||||
|
@@ -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";
|
||||||
|
Reference in New Issue
Block a user