🐛 update mirai adapter

This commit is contained in:
yanyongyu
2021-06-18 01:23:13 +08:00
parent a4c6d834ff
commit cd12718dcb
9 changed files with 56 additions and 44 deletions

View File

@ -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