From ef4d38bc871891b3cf419da3450f299874919521 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Tue, 26 Dec 2023 17:10:44 +0000 Subject: [PATCH] Changelog updated, version updated to 4.3.18 --- CHANGELOG.md | 23 +++++++++++++++++++++ src/NadekoBot/Services/Impl/StatsService.cs | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c357a0f9..581080202 100644 --- a/CHANGELOG.md +++ b/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 +## [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 ### Fixed diff --git a/src/NadekoBot/Services/Impl/StatsService.cs b/src/NadekoBot/Services/Impl/StatsService.cs index 68a23bc9c..a69d6503c 100644 --- a/src/NadekoBot/Services/Impl/StatsService.cs +++ b/src/NadekoBot/Services/Impl/StatsService.cs @@ -7,7 +7,7 @@ namespace NadekoBot.Services; 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 => "Kwoth#2452";