diff options
author | Kyomotoi <[email protected]> | 2020-07-14 12:56:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-14 12:56:47 +0800 |
commit | cc7ef5803a91f82d3b5b3fcda99736ab84c393b5 (patch) | |
tree | 8c39c2254f1acf60a61f92091e7c0b67c0e26e02 /AyaBot/plugins | |
parent | 73cb17ab538fc529bad8a40462d581afdce7c1c5 (diff) | |
download | ATRI-cc7ef5803a91f82d3b5b3fcda99736ab84c393b5.tar.gz ATRI-cc7ef5803a91f82d3b5b3fcda99736ab84c393b5.tar.bz2 ATRI-cc7ef5803a91f82d3b5b3fcda99736ab84c393b5.zip |
Update send.py
Diffstat (limited to 'AyaBot/plugins')
-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: |