socket-bot/config-temp.toml

41 lines
1.0 KiB
TOML
Raw Permalink Normal View History

2023-10-03 12:54:28 +08:00
2024-03-12 00:16:12 +08:00
2024-03-13 01:17:50 +08:00
# 填写 [ica] 但不填写此项则不启用 ica
enable_ica = true # 是否启用 ica
2024-03-13 01:17:50 +08:00
# 填写 [matrix] 但不填写此项则不启用 matrix
enable_matrix = true # 是否启用 matrix
2024-03-12 00:16:12 +08:00
enable_py = true # 是否启用 python 插件
[py]
# python 插件路径
plugin_path = "/path/to/your/plugin"
config_path = "/path/to/your/config"
2024-03-12 00:16:12 +08:00
[ica]
2023-10-03 12:54:28 +08:00
private_key = "" # 与 icalingua 客户端使用的 private_key 一致
host = "" # docker 版 icalingua 服务的地址
self_id = 0 # 机器人的 qq 号
# 启动时通知的群号/人
2024-01-07 18:48:44 +08:00
notice_room = [-0] # 启动 bot 后通知的群号/人
2024-01-07 18:39:16 +08:00
# 群号请使用群号的负数
2024-01-07 18:48:44 +08:00
notice_start = true # 是否在启动 bot 后通知
# 机器人的管理员
admin_list = [0] # 机器人的管理员
2024-02-22 23:17:20 +08:00
# 过滤的人
filter_list = [0]
2024-03-13 01:17:50 +08:00
[matrix]
home_server = "" # matrix 服务器地址
bot_id = "" # 机器人的 id
bot_password = "" # 机器人的密码
# 启动时通知的房间
notice_room = [""] # 启动 bot 后通知的房间
notice_start = true # 是否在启动 bot 后通知