GraiaProject / Avilla

The next-gen framework for IM development. Powered by Graia Project.
MIT License
160 stars 14 forks source link

bug(onebot11): coroutine 'OneBot11Networking.call' was never awaited #159

Closed SerinaNya closed 7 months ago

SerinaNya commented 7 months ago
D:\***\dev.py:21: RuntimeWarning: coroutine 'OneBot11Networking.call' was never awaited
  await cx[MuteCapability.mute](target.target, timedelta(minutes=duration))
RuntimeWarning: Enable tracemalloc to get the object allocation traceback

部分 action 的 self.account.connection.call() 前并没有 await