From 07ac67c82689244dc6588b70ef016060048d0f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Sun, 26 Sep 2021 22:38:15 +0200 Subject: [PATCH] Document "decision" option in moderator --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51359d6..0d229d5 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Any moderation feature has to be activated in the configuration in the `moderato { "moderation-feature": { // replace the name with the moderation feature name "activate": false, // set this to true to activate the feature - "decision": "delete", + "decision": "delete", // the action to take: "delete" or "timeout" "message": "Calm down, {author}" // this message will be sent in the chat when a member becomes a pain in the ass } }