diff --git a/util/gen_temp_file_path.go b/util/gen_temp_file_path.go index cea1a47..e22c289 100644 --- a/util/gen_temp_file_path.go +++ b/util/gen_temp_file_path.go @@ -3,5 +3,5 @@ package util import "fmt" func GenTempFilePath(fileName string) string { - return fmt.Sprintf("/tmp/napcat/%s", fileName) + return fmt.Sprintf("/tmp/qqbot/%s", fileName) }