diff --git a/CHANGELOG.md b/CHANGELOG.md index fb3bd2791..2c2501b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.1.5] - 01.08.2024 + ### Added - Added: Added a `.afk ?` command which sets an afk message which will trigger whenever someone pings you @@ -9,6 +11,22 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except da - The specified message will be prefixed with "The user is afk: " - The afk message will disappear 30 seconds after being triggered +### Changed + +- Bot now shows a message when .prune fails due to already running error +- Updated some bet descriptions to include 'all' 'half' usage instructions +- Updated some command strings +- dev: Vastly simplified medusa creation using dotnet templates, docs updated +- Slight refactor of .wiki, time, .catfact, .wikia, .define, .bible and .quran commands, no significant change in functionality + +### Fixed + +- .coins will no longer show double minus sign for negative changes +- You can once again disable cleverbot responses using fake 'cleverbot:response' module name in permission commands + +### Removed +- Removed .rip command + ## [5.1.4] - 13.07.2024 ### Added