This commit is contained in:
1-6
2023-07-29 22:14:05 +08:00
parent fc296a94a8
commit ab788b85e9
+1 -1
View File
@@ -13,7 +13,7 @@ type Function struct {
Handle func(Sender, func(vm *goja.Runtime)) interface{} `json:"-"`
Cron map[string]string `json:"cron"`
Priority int `json:"-"`
Disable bool `json:"-"`
Disable bool `json:"disable"`
Hidden bool `json:"-"`
CronIds []int `json:"-"`
Origin string `json:"-"`