From cc7ef5803a91f82d3b5b3fcda99736ab84c393b5 Mon Sep 17 00:00:00 2001 From: Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> Date: Tue, 14 Jul 2020 12:56:47 +0800 Subject: Update send.py --- AyaBot/plugins/send.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'AyaBot/plugins') diff --git a/AyaBot/plugins/send.py b/AyaBot/plugins/send.py index bf9b91e..39dbc24 100644 --- a/AyaBot/plugins/send.py +++ b/AyaBot/plugins/send.py @@ -53,8 +53,6 @@ async def send_to_group(session: CommandSession): await session.send('发送失败,请重试') else: - await session.send('吾辈推送...完成!') - try: await bot.send_group_msg(group_id = group, message = msg) except: -- cgit v1.2.3