forked from EllieBotDevs/elliebot
afk added
This still needs some work but it is here
This commit is contained in:
parent
376f7df222
commit
636ddac4d4
6 changed files with 141 additions and 16 deletions
src/EllieBot/data
|
@ -1410,4 +1410,6 @@ honeypot:
|
|||
coins:
|
||||
- coins
|
||||
- crypto
|
||||
- cryptos
|
||||
- cryptos
|
||||
afk:
|
||||
- afk
|
|
@ -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."
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
|
|
Reference in a new issue