This commit is contained in:
cdle
2021-10-13 20:31:58 +08:00
parent 8bae403032
commit b03eac14c1
+2
View File
@@ -308,6 +308,8 @@ func GetCronID(s core.Sender, keyword string) (*Cron, error) {
}, `[\s\S]*`, time.Duration(time.Hour)) }, `[\s\S]*`, time.Duration(time.Hour))
if !stop { if !stop {
s.Reply("请正确选择任务。") s.Reply("请正确选择任务。")
} else {
break
} }
} }
} else { } else {