fix: 更新临时文件路径生成函数的目录名称
This commit is contained in:
parent
e6cb03fdc5
commit
8c7afd1715
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user