Skip to content

Commit 264b6f5

Browse files
authored
trigger ci
1 parent 815bf41 commit 264b6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/cybercat/catdata.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ type catInfo struct {
6262

6363
func (c *catInfo) avatar(Gid int64) string {
6464
cache := "data/cybercat/cache" // 指定缓存路径
65-
cache = path.Join(engine.DataFolder(), "cache")
65+
cache = path.Join(engine.DataFolder(), "cache")
6666
imgname := fmt.Sprintf("%d_%d", c.User, Gid)
6767
imgfile := filepath.Join(cache, c.Type+imgname+".png")
6868
aimgfile := filepath.Join(file.BOTPATH, imgfile)

0 commit comments

Comments
 (0)