✏️ add typing

This commit is contained in:
yanyongyu
2021-12-21 18:22:14 +08:00
parent b900133ab4
commit 9b2fa46921
8 changed files with 35 additions and 29 deletions

View File

@ -100,7 +100,7 @@ class Bot(abc.ABC):
if not skip_calling_api:
try:
result = await self.adapter._call_api(api, **data)
result = await self.adapter._call_api(self, api, **data)
except Exception as e:
exception = e