This commit is contained in:
cdle
2021-09-26 16:23:09 +08:00
parent 0e0cb769b1
commit c8e1726646
+1 -1
View File
@@ -21,7 +21,7 @@ func init() {
initStore()
initToHandleMessage()
InitReplies()
file, err := os.Open(ExecPath + "/conf/sets.conf")
file, err := os.Open("/etc/sillyGirl/sets.conf")
if err == nil {
scanner := bufio.NewScanner(file)
for scanner.Scan() {