裁缝计算
This commit is contained in:
parent
391572bf20
commit
8dbd7316f6
2 changed files with 38 additions and 2 deletions
3
bot.py
3
bot.py
|
@ -2,7 +2,7 @@ from pepperbot import PepperBot
|
|||
from pepperbot.store.meta import BotRoute
|
||||
|
||||
from apps.wuhu_takeoff import WuHuTakeoff
|
||||
from apps.riic_report_analysis import RIICReportAnalysis
|
||||
from apps.riic_report_analysis import RIICReportAnalysis, TailoringCommand
|
||||
|
||||
|
||||
bot = PepperBot(port=5800)
|
||||
|
@ -31,6 +31,7 @@ bot.apply_routes(
|
|||
},
|
||||
friends=None,
|
||||
handlers=[RIICReportAnalysis],
|
||||
commands=[TailoringCommand],
|
||||
),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue