This commit is contained in:
cdle
2021-09-18 16:11:31 +08:00
parent 996e3535f2
commit cfe5e163fc
3 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ func initSys() {
if err := CompileCode(); err != nil {
return err
}
s.Reply(name() + "编译程序完毕。")
s.Reply(name()+"编译程序完毕。", time.Duration(0))
sillyGirl.Set("rebootInfo", fmt.Sprintf("%v %v %v", s.GetImType(), s.GetChatID(), s.GetUserID()))
Daemon()
return nil