mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
chore: make lint happy
This commit is contained in:
parent
b01d3a4f14
commit
e12ec697e6
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user