forked from EllieBotDevs/elliebot
Added .honeypot command
This commit is contained in:
parent
6b0d784454
commit
c5c307b440
19 changed files with 18183 additions and 7328 deletions
src/EllieBot/data
|
@ -1400,4 +1400,6 @@ stickyroles:
|
|||
cleanupguilddata:
|
||||
- cleanupguilddata
|
||||
prompt:
|
||||
- prompt
|
||||
- prompt
|
||||
honeypot:
|
||||
- honeypot
|
|
@ -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:
|
||||
- {}
|
|
@ -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."
|
||||
}
|
||||
|
|
Reference in a new issue