mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 10:10:25 +00:00
🐛 fix fortune
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user