From d7b199827c8498faa31e532e7b6bd13cab3e2c7e Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Sun, 3 May 2026 00:32:26 +0200 Subject: [PATCH] [AB-xxx] adding template for setup of honeypot channel --- .../default/config/feature_setup_config_honeypotChannel.ftl | 1 + .../feature_setup_config_honeypotIgnoredJoinDurationSeconds.ftl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotChannel.ftl diff --git a/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotChannel.ftl b/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotChannel.ftl new file mode 100644 index 00000000..d3120549 --- /dev/null +++ b/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotChannel.ftl @@ -0,0 +1 @@ +The channel in which no messages are allowed. Default: ${defaultValue} \ No newline at end of file diff --git a/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotIgnoredJoinDurationSeconds.ftl b/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotIgnoredJoinDurationSeconds.ftl index 4558bddb..6adf2ab2 100644 --- a/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotIgnoredJoinDurationSeconds.ftl +++ b/translations/moderation/src/main/resources/default/config/feature_setup_config_honeypotIgnoredJoinDurationSeconds.ftl @@ -1 +1 @@ -The amount of seconds the user can be member of the server to be ignored by the honeypot check. Default: ${defaultValue} \ No newline at end of file +The amount of seconds the user can be member of the server to be ignored by the honeypot role check. Default: ${defaultValue} \ No newline at end of file