Skip to content

Commit

Permalink
beta451
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoshinonyaruko committed Jul 4, 2024
1 parent b790b29 commit 7a9b56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/config_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ settings:
global_group_msg_rre_to_message : false # 是否将用户开关机器人资料页的机器人推送开关 产生的事件转换为文本信息并发送给应用端.false将使用onebotv11的notice类型上报.
global_group_msg_reject_message : "机器人主动消息被关闭" # 当开启 global_group_msg_rre_to_message 时,机器人主动信息被关闭将上报的信息. 自行添加intent - GroupMsgRejectHandler
global_group_msg_receive_message : "机器人主动消息被开启" # 建议设置为无规则复杂随机内容,避免用户指令内容碰撞. 自行添加 intent - GroupMsgReceiveHandler
hash_id : false # 使用hash来进行idmaps转换,可以让user_id不是123开始的递增值
hash_id : true # 使用hash来进行idmaps转换,可以让user_id不是123开始的递增值
idmap_pro : false # 需开启hash_id配合,高级id转换增强,可以多个真实值bind到同一个虚拟值,对于每个用户,每个群\私聊\判断私聊\频道,都会产生新的虚拟值,但可以多次bind,bind到同一个数字.数据库负担会变大.
#Gensokyo互联类
Expand Down

0 comments on commit 7a9b56a

Please sign in to comment.