Browse Source

Fix placeholder in the moderator doc

pull/4/head
Jérôme Deuchnord 2 years ago
committed by GitHub
parent
commit
0174fcb33c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -86,7 +86,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",
"message": "Calm down, {{author}}" // this message will be sent in the chat when a member becomes a pain in the ass
"message": "Calm down, {author}" // this message will be sent in the chat when a member becomes a pain in the ass
}
}
```


Loading…
Cancel
Save