🐛 fix fortune

This commit is contained in:
fumiama
2022-01-23 13:38:56 +08:00
parent 80f49c47c6
commit 7463792de7
3 changed files with 4 additions and 4 deletions

View File

@@ -152,7 +152,7 @@ func init() {
return
}
_, err = draw(background, title, text, f)
f.Close()
_ = f.Close()
if err != nil {
ctx.SendChain(message.Text("ERROR: ", err))
return