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

This commit is contained in:
Kwoth
2024-07-15 21:29:37 +00:00
parent 9f060243f0
commit 87b90b47ce
7 changed files with 202 additions and 17 deletions

View File

@@ -4577,4 +4577,15 @@ coins:
- '2'
params:
- page:
desc: "Page number to show. Starts at 1."
desc: "Page number to show. Starts at 1."
afk:
desc: |-
Toggles AFK status for yourself with the specified message.
If you don't provide a message it default to a generic one.
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."