🐛 移除测试代码

This commit is contained in:
‘KimigaiiWuyi’ 2023-12-13 12:14:20 +08:00
parent 4f82ac7919
commit e9a3f85ffc

View File

@ -71,7 +71,6 @@ class _Bot:
msg_id=msg_id,
)
logger.info(f'[发送消息to] {bot_id} - {target_type} - {target_id}')
print(send)
await self.bot.send_bytes(msgjson.encode(send))
async def _process(self):