试用识别,考虑没有文字的情况,降低阈值
This commit is contained in:
parent
c94f9f0605
commit
f1b989ef74
3 changed files with 9 additions and 3 deletions
8
bot.py
8
bot.py
|
@ -22,7 +22,13 @@ bot.apply_routes(
|
|||
handlers=[WuHuTakeoff],
|
||||
),
|
||||
BotRoute(
|
||||
groups={"onebot": ["810857924"]},
|
||||
groups={
|
||||
"onebot": [
|
||||
"810857924", # 测试群
|
||||
"239200680", # mower 1群
|
||||
"838353939", # mower 2群
|
||||
]
|
||||
},
|
||||
friends=None,
|
||||
handlers=[RIICReportAnalysis],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue