fix delay

This commit is contained in:
shoopea 2019-08-24 14:01:36 +08:00
parent eb7326d96b
commit beee1818b1

2
def.go
View File

@ -16,7 +16,7 @@ type TGCommand struct {
Text string `json:"text"`
Document tb.Document `json:"document"`
ParseMode int64 `json:"parse_mode"`
Delay time.Delay `json:"delay"`
Delay time.Duration `json:"delay"`
}
type ChatWarsMessage struct {