forked from EllieBotDevs/elliebot
Added 'afk <msg>? command which sets an afk message which will trigger whenever someone pings a user.
This commit is contained in:
parent
d07066adec
commit
afa00c8d4f
4 changed files with 158 additions and 95 deletions
src/EllieBot/data/strings/commands
|
@ -4571,7 +4571,8 @@ coins:
|
|||
desc: "Page number to show. Starts at 1."
|
||||
afk:
|
||||
desc: |-
|
||||
Toggles AFK status for yourself with the specified message.
|
||||
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:
|
||||
|
|
Reference in a new issue