From 2bb6e98c68659bca998feb963881cc7d66e4aabb Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Wed, 8 Jul 2020 09:33:19 +0800 Subject: Update other.py --- AyaBot/plugins/other.py | 1 + 1 file changed, 1 insertion(+) (limited to 'AyaBot/plugins') diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py index 1f7a1b0..4a0c2c1 100644 --- a/AyaBot/plugins/other.py +++ b/AyaBot/plugins/other.py @@ -42,5 +42,6 @@ async def send_all_group(session: CommandSession): try: await bot.send_group_msg( group_id=group['group_id'], message=msg) except: + print('error') pass await session.send('推送完成') \ No newline at end of file -- cgit v1.2.3