update
This commit is contained in:
@@ -26,6 +26,8 @@ type Sender interface {
|
||||
Disappear(lifetime ...time.Duration)
|
||||
}
|
||||
|
||||
type Edit string
|
||||
|
||||
type Faker struct {
|
||||
Message interface{}
|
||||
matches [][]string
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user