mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-07 01:30:51 +00:00
[AB-xxx] adding templates for honeypotBan command
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"embeds": [
|
||||
{
|
||||
<#include "moderation_action_color">,
|
||||
<#assign bannedMemberCount=bannedMemberCount>
|
||||
"description": "<@safe_include "honeypotBan_response_text"/>"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Bans all users that currently have the honeypot role
|
||||
@@ -0,0 +1,2 @@
|
||||
Bans all users that still have the configured honeypot role and are longer member than the provided duration.
|
||||
If no duration is provided, the content of config key `honeypotIgnoredJoinDurationSeconds` will be used
|
||||
@@ -0,0 +1 @@
|
||||
Only users older than this duration are banned. Leave empty to use configured value.
|
||||
@@ -0,0 +1 @@
|
||||
${bannedMemberCount} members who had the honeypot role have been banned.
|
||||
Reference in New Issue
Block a user