This commit is contained in:
cdle
2021-09-26 16:33:15 +08:00
parent c8e1726646
commit 174cbaa7fd
+2 -1
View File
@@ -19,8 +19,8 @@ func init() {
}
}
initStore()
initToHandleMessage()
InitReplies()
initToHandleMessage()
file, err := os.Open("/etc/sillyGirl/sets.conf")
if err == nil {
scanner := bufio.NewScanner(file)
@@ -36,4 +36,5 @@ func init() {
}
initSys()
Duration = time.Duration(sillyGirl.GetInt("duration", 5)) * time.Second
}