diff options
-rw-r--r-- | AyaBot/plugins/send.py | 2 |
1 files changed, 0 insertions, 2 deletions
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: |