chore: make lint happy

This commit is contained in:
源文雨 2025-02-17 23:20:16 +09:00
parent b01d3a4f14
commit e12ec697e6

View File

@ -283,7 +283,11 @@ func init() {
return
}
defer f.Close()
f.WriteString("PLACEHOLDER")
_, err = f.WriteString("PLACEHOLDER")
if err != nil {
ctx.SendChain(message.Text("ERROR: ", err))
return
}
noreplyat = true
} else {
_ = os.Remove(fp)