修改配置名与修改过滤对象为raw_message

This commit is contained in:
ChangingSelf
2025-03-11 00:12:19 +08:00
parent 1b611ecce5
commit 204744cd71
3 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ ban_words = [
# "403","张三"
]
ban_words_regex = [
# 需要过滤的消息匹配的正则表达式,匹配到的消息将被过滤,若不了解正则表达式请勿修改
ban_msgs_regex = [
# 需要过滤的消息(原始消息)匹配的正则表达式,匹配到的消息将被过滤,若不了解正则表达式请勿修改
#"https?://[^\\s]+", # 匹配https链接
#"\\d{4}-\\d{2}-\\d{2}", # 匹配日期
]