diff --git a/plugins/tgbot/startup/extend/push_tmp_msg.py b/plugins/tgbot/startup/extend/push_tmp_msg.py index b8f4dff7e..c59e567aa 100644 --- a/plugins/tgbot/startup/extend/push_tmp_msg.py +++ b/plugins/tgbot/startup/extend/push_tmp_msg.py @@ -64,4 +64,4 @@ def send_msg(bot, tag='ad', trigger_time=300): def run(bot): - send_msg(bot, 'ad', 5 * 60) + send_msg(bot, 'tmp_msg', 5 * 60)