mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Changelog updated, version updated to 4.3.18
This commit is contained in:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -2,6 +2,29 @@
|
|||||||
|
|
||||||
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
|
||||||
|
|
||||||
|
## [4.3.18] - 26.12.2023
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added `.cacheusers` command (thx Kotz)
|
||||||
|
- Added `.clubreject` which lets you reject club applications
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated discord lib, there should be less console errors now
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed `icon_url` when using `.showembed`
|
||||||
|
- Fixed `.quoteshow` not showing sometimes (thx Cata)
|
||||||
|
- Notifications will no longer be sent if dms are off when using `.give`
|
||||||
|
- Users should no longer be able to apply to clubs while in a club already (especially not to the same club they're already in)
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
- `.revimg` and `.revav` as google removed reverse image search
|
||||||
|
-
|
||||||
|
|
||||||
## [4.3.17] - 06.09.2023
|
## [4.3.17] - 06.09.2023
|
||||||
|
|
||||||
### 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.17";
|
public const string BOT_VERSION = "4.3.18";
|
||||||
|
|
||||||
public string Author
|
public string Author
|
||||||
=> "Kwoth#2452";
|
=> "Kwoth#2452";
|
||||||
|
Reference in New Issue
Block a user