diff --git a/plugins/tgbot/startup/extend/push_notice_msg.py b/plugins/tgbot/startup/extend/push_notice_msg.py index bca76d982..46fc35489 100644 --- a/plugins/tgbot/startup/extend/push_notice_msg.py +++ b/plugins/tgbot/startup/extend/push_notice_msg.py @@ -104,7 +104,7 @@ def send_msg(bot, tag='ad', trigger_time=300): msg = bot.send_message(chat_id, msg_notice, reply_markup=markup) # print(msg.message_id) - time.sleep(90) + time.sleep(60) try: bot.delete_message( chat_id=chat_id, message_id=msg.message_id)