diff --git a/pyproject.toml b/pyproject.toml index 9ea2866..8d6ec3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "MaiBotNapcatAdapter" -version = "0.2.0" +version = "0.2.1" description = "A MaiBot adapter for Napcat" [tool.ruff] diff --git a/template/template_config.toml b/template/template_config.toml index dba4b5d..42aaf3c 100644 --- a/template/template_config.toml +++ b/template/template_config.toml @@ -16,7 +16,7 @@ list_type = "whitelist" # 使用的白名单类型,可选为:whitelist, blac # 当list_type为whitelist时,使用白名单模式,以下两个列表的含义是:仅允许名单中的人聊天 # 当list_type为blacklist时,使用黑名单模式,以下两个列表的含义是:禁止名单中的人聊天 group_list = [] # 群组名单 -private_list = [] # 私聊名单 +user_list = [] # 私聊名单 ban_user_id = [] # 禁止名单(禁止名单中的人无法使用任何功能) [Voice] # 发送语音设置