Closed SerinaNya closed 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
self.account.connection.call()
部分 action 的
self.account.connection.call()
前并没有 await