mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 00:31:14 +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