mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-11-03 16:36:44 +00:00 
			
		
		
		
	Fix code format
This commit is contained in:
		@@ -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
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user