Ice9Coffee / HoshinoBot

A qqbot for Princess Connect Re:Dive (and other usage :)
GNU General Public License v3.0
1.41k stars 411 forks source link

要怎么样才能支持私聊啊? #275

Closed XiaoFuOS closed 1 year ago

XiaoFuOS commented 1 year ago

想弄个支持私聊和群聊的功能

Ice9Coffee commented 1 year ago

HoshinoBot的架构主要为群聊设计,Service组需要依靠group_id来区分启用状态,不支持私聊功能。

你可以使用nonebot原始的装饰器on_command来实现私聊功能。

如果希望Service的装饰器也在私聊触发,你需要修改hoshino/msghandler.py与hoshino/service.py(不推荐,可能会影响所有插件)