We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815bf41 commit 264b6f5Copy full SHA for 264b6f5
plugin/cybercat/catdata.go
@@ -62,7 +62,7 @@ type catInfo struct {
62
63
func (c *catInfo) avatar(Gid int64) string {
64
cache := "data/cybercat/cache" // 指定缓存路径
65
- cache = path.Join(engine.DataFolder(), "cache")
+ cache = path.Join(engine.DataFolder(), "cache")
66
imgname := fmt.Sprintf("%d_%d", c.User, Gid)
67
imgfile := filepath.Join(cache, c.Type+imgname+".png")
68
aimgfile := filepath.Join(file.BOTPATH, imgfile)
0 commit comments