diff --git a/core/init.go b/core/init.go index 458143a..ce81680 100644 --- a/core/init.go +++ b/core/init.go @@ -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() {