一个优雅且完备的 Python QQ 自动化框架,基于 Mirai API HTTP v2。 Powered by Graia Project.
GNU Affero General Public License v3.0
751
stars
45
forks
source link
add: make the prefix and suffix detector supports multiple detections #149
Closed
luoxhei closed 2 years ago
更改说明 新增让前/后缀检测器支持以
List[str]
传入的参数,可以使一个检测器检测某消息链是否符合多个前/后缀向后兼容性 仍支持原传入
str
参数