mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-12-04 02:54:49 +08:00
Fix code format
This commit is contained in:
parent
025ff46436
commit
7de256d55e
@ -34,4 +34,7 @@ async def _(session: CommandSession):
|
||||
|
||||
@on_natural_language
|
||||
async def _(session: NLPSession):
|
||||
return NLPResult(60.0, 'tuling', {'message': session.msg, 'one_time': True})
|
||||
return NLPResult(60.0, 'tuling', {
|
||||
'message': session.msg,
|
||||
'one_time': True
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user