From c377ee2df70fb71a3cbe79921862f513804ea009 Mon Sep 17 00:00:00 2001 From: Toastie Date: Sat, 29 Jun 2024 15:35:01 +1200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47a812..3ef2508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,24 @@ Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o +## [5.1.1] - 29.06.2024 + +### Added + +- Added `.honeypot` command, which automatically softbans (ban and immediate unban) any user who posts in that channel. + - Useful to auto softban bots who spam every channel upon joining + - Users who run commands or expressions won't be softbanned. + - Users who have ban member permissions are also excluded. + +### Fixed + +- Fixed `.betdraw` not respecting maxbet +- Fixed `'xpshop` pagination for real this time? + ## [5.1.0] - 28.06.2024 ### Added -- Added `'prompt` command, Ellie Ai Assistant - - You can send natural language questions, queries or execute commands. For example "@Ellie how's the weather in paris" and it will return `'we Paris` and run it for you. - - In case the bot can't execute a command using your query, It will fall back to your chatter bot, in case you have it enabled in data/games.yml. (Cleverbot or chatgpt) - - (It's far from perfect so please don't ask the bot to do dangerous things like banning or pruning) - - Requires Patreon subscription, after which you'll be able to run it on global @Ellie bot. If you're selfhosting, you also will need to acquire the api key from (coming soon(ish)...) - Added support for `gpt-4o` in `data/games.yml` - Added EllieAiToken to `creds.yml`