Configuration
General
modules:
# Allows you to block or censor words from a list
# It also detects similar words; for example:
# If the word "hello" is blocked, "he llo" will also be blocked
#
# Blocked words module loaded from modules/blockedwords.yml
blocked-words: trueModule
Action
# What to do when a blocked word is detected:
# - CENSOR: Replace only the matched characters with censor-char (partial)
# - CENSOR_ALL: Replace the entire message with censor-char repeated
# - BLOCK: Cancel the message entirely
action: CENSORBlock Message
Blocked Words
Actions
Last updated