Added .honeypot command

This commit is contained in:
Toastie 2024-06-29 14:55:32 +12:00
parent 6b0d784454
commit c5c307b440
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
19 changed files with 18183 additions and 7328 deletions
src/EllieBot/data

View file

@ -1400,4 +1400,6 @@ stickyroles:
cleanupguilddata:
- cleanupguilddata
prompt:
- prompt
- prompt
honeypot:
- honeypot

View file

@ -4522,4 +4522,13 @@ prompt:
- What's the weather like today?
params:
- query:
desc: "The message to send to the bot."
desc: "The message to send to the bot."
honeypot:
desc: |-
Toggles honeypot on the current channel.
Anyone sending a message in this channel will be soft banned. (Banned and then unbanned)
This is useful for automatically getting rid of spam bots.
ex:
- ''
params:
- {}

View file

@ -1101,5 +1101,7 @@
"todo_archived_list": "Archived Todo List",
"search_results": "Search results",
"queue_search_results": "Type the number of the search result to queue up that track.",
"overloads": "Overloads"
"overloads": "Overloads",
"honeypot_on": "Honeypot enabled on this channel.",
"honeypot_off": "Honeypot disabled."
}