fixed .antispamignore

Improved livechannel error handling
This commit is contained in:
Toastie 2025-03-19 14:38:14 +13:00
parent 134e5a8c92
commit d9d35420c9
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
8 changed files with 46 additions and 25 deletions

View file

@ -2,7 +2,21 @@
*a,c,f,r,o*
## [6.0.7] - 18.03.2025
## [6.0.8] - 19.03.2025
### Added
- Live channel commands
- `.lcha` adds a channel with a template message (supports placeholders, and works on category channels too!)
- Every 10 minutes, channel name will be updated
- example: `.lcha #my-channel --> Members: %server.members% <--` will display the number of members in the server as a channel name, updating once every 10 minutes
- `.lchl` lists all live channels (Up to 5)
- `.lchd <channel or channelId>` removed a live channel
### Fixed
- `.antispamignore` fixed
## [6.0.7] - 19.03.2025
### Added