Added 'afk <msg>? command which sets an afk message which will trigger whenever someone pings a user.

This commit is contained in:
Toastie 2024-07-18 21:54:45 +12:00
parent d07066adec
commit afa00c8d4f
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
4 changed files with 158 additions and 95 deletions

View file

@ -2,6 +2,13 @@
Mostly based on [keepachangelog](https://keepachangelog.com/en/1.1.0/) except date format. a-c-f-r-o
### Added
- Added: Added a `'afk <msg>?` command which sets an afk message which will trigger whenever someone pings you
- Message will when you type a message in any channel that the bot sees, or after 8 hours, whichever comes first
- The specified message will be prefixed with "The user is afk: "
- The afk message will disappear 30 seconds after being triggered
## [5.1.4] - 15.07.2024
### Added