Update smzdm_task.js

This commit is contained in:
Hex
2023-03-05 23:38:01 +08:00
parent ad67f6b3ff
commit c973e47acc

View File

@@ -206,7 +206,7 @@ class SmzdmBot {
$.log('等候 5 秒');
await $.wait(5000);
}
// 关注栏任务
// 关注栏任务
else if (task.task_event_type == 'interactive.follow.tag') {
const result = await this.doFollowTagTask(task);