summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AyaBot/plugins/other.py1
1 files changed, 1 insertions, 0 deletions
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