aa
This commit is contained in:
@@ -34,9 +34,9 @@ const (
|
||||
)
|
||||
|
||||
type tReplyConfig struct {
|
||||
delayGapBegin int
|
||||
delayGapEnd int
|
||||
comments []string
|
||||
delayGapBegin int `json:"delayGapBegin"`
|
||||
delayGapEnd int `json:"delayGapEnd"`
|
||||
comments []string `json:"comments"`
|
||||
}
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user