fix delay

This commit is contained in:
shoopea 2019-08-24 14:01:26 +08:00
parent ef1818de55
commit e175d516be

2
def.go
View File

@ -58,7 +58,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 ChatWarsCastle struct {