mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-30 22:46:40 +00:00 
			
		
		
		
	🐛 update mirai adapter
This commit is contained in:
		| @@ -234,9 +234,8 @@ class Bot(abc.ABC): | ||||
|  | ||||
|  | ||||
| T = TypeVar("T") | ||||
| TMS = TypeVar("TMS") | ||||
| TMS = TypeVar("TMS", covariant=True) | ||||
| TM = TypeVar("TM", bound="Message") | ||||
| # TM = TypeVar("TM_co", bound="Message") | ||||
|  | ||||
|  | ||||
| @dataclass | ||||
|   | ||||
		Reference in New Issue
	
	Block a user