diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:33:19 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:33:19 +0800 |
commit | 2bb6e98c68659bca998feb963881cc7d66e4aabb (patch) | |
tree | a49660d72eebcd5bb4b120167767854ea39efba9 /AyaBot/plugins | |
parent | 8858aab79026eaa0240c96334e4918c2a59645c1 (diff) | |
download | ATRI-2bb6e98c68659bca998feb963881cc7d66e4aabb.tar.gz ATRI-2bb6e98c68659bca998feb963881cc7d66e4aabb.tar.bz2 ATRI-2bb6e98c68659bca998feb963881cc7d66e4aabb.zip |
Update other.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/other.py | 1 |
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 |