mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-21 23:50:09 +08:00
💩👌 make lint happy
This commit is contained in:
parent
4fe64eeb44
commit
a7c56d9e77
@ -1,3 +1,4 @@
|
||||
// Package nsfw 图片合规性审查
|
||||
package nsfw
|
||||
|
||||
import (
|
||||
|
||||
@ -56,8 +56,8 @@ func init() {
|
||||
ctx.SendChain(message.Text("ERROR:", err))
|
||||
return
|
||||
}
|
||||
f.Write(data)
|
||||
f.Close()
|
||||
_, _ = f.Write(data)
|
||||
_ = f.Close()
|
||||
ctx.SendChain(message.Image("file:///" + file.BOTPATH + "/" + n))
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user