[AB-xxx] adding templates for honeypotBan command

This commit is contained in:
Sheldan
2026-03-29 11:03:03 +02:00
parent 94b697cd1e
commit 4775f429c2
5 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"embeds": [
{
<#include "moderation_action_color">,
<#assign bannedMemberCount=bannedMemberCount>
"description": "<@safe_include "honeypotBan_response_text"/>"
}
]
}

View File

@@ -0,0 +1 @@
Bans all users that currently have the honeypot role

View File

@@ -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

View File

@@ -0,0 +1 @@
Only users older than this duration are banned. Leave empty to use configured value.

View File

@@ -0,0 +1 @@
${bannedMemberCount} members who had the honeypot role have been banned.