This commit is contained in:
cdle
2021-09-18 16:51:59 +08:00
parent eb57ad0def
commit 0cf8a74065
4 changed files with 24 additions and 7 deletions
+2
View File
@@ -26,6 +26,8 @@ type Sender interface {
Disappear(lifetime ...time.Duration)
}
type Edit string
type Faker struct {
Message interface{}
matches [][]string
-1
View File
@@ -44,7 +44,6 @@ func initSys() {
Rules: []string{"raw ^升级$"},
Admin: true,
Handle: func(s Sender) interface{} {
s.Disappear()
s.Reply(name() + "开始检查核心功能。")
update := false
record := func(b bool) {