aboutsummaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-09-10 18:41:07 +0200
committerGravatar kwzrd <[email protected]>2020-09-10 19:04:56 +0200
commit1b3a5c5d90bb658895fea8a2bed91366d2f2f76e (patch)
treeeafad5c7f2cc8a409384a3db8a6b5bf29a29eafc /config-default.yml
parentVerification: set 'tasks_running' to 0 on suspicious 403s (diff)
Verification: move constants to config
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
index a98fd14ef..c89695bd9 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -493,5 +493,18 @@ python_news:
channel: *PYNEWS_CHANNEL
webhook: *PYNEWS_WEBHOOK
+
+verification:
+ unverified_after: 3 # Days after which non-Developers receive the @Unverified role
+ kicked_after: 30 # Days after which non-Developers get kicked from the guild
+ reminder_frequency: 28 # Hours between @Unverified pings
+ bot_message_delete_delay: 10 # Seconds before deleting bots response in #verification
+
+ # Number in range [0, 1] determining the percentage of unverified users that are safe
+ # to be kicked from the guild in one batch, any larger amount will require staff confirmation,
+ # set this to 0 to require explicit approval for batches of any size
+ kick_confirmation_threshold: 0.01 # 1%
+
+
config:
required_keys: ['bot.token']