afk added

This still needs some work but it is here
This commit is contained in:
Toastie 2024-07-17 00:33:43 +12:00
parent 376f7df222
commit 636ddac4d4
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
6 changed files with 141 additions and 16 deletions
src/EllieBot/data

View file

@ -1410,4 +1410,6 @@ honeypot:
coins:
- coins
- crypto
- cryptos
- cryptos
afk:
- afk

View file

@ -4569,3 +4569,13 @@ coins:
params:
- page:
desc: "Page number to show. Starts at 1."
afk:
desc: |-
Toggles AFK status for yourself with the specified message.
Anyone @ mentioning you in any server will receive the afk message.
This will only work if the other user's message starts with the mention.
ex:
- ''
params:
- msg:
desc: "The message to send when someone pings you."

View file

@ -1104,5 +1104,6 @@
"queue_search_results": "Type the number of the search result to queue up that track.",
"overloads": "Overloads",
"honeypot_on": "Honeypot enabled on this channel.",
"honeypot_off": "Honeypot disabled."
"honeypot_off": "Honeypot disabled.",
"afk_set": "AFK message set. Type a message in any channel to clear."
}