mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-15 12:50:30 +00:00
💩👌 make lint happy
This commit is contained in:
parent
3005ee5b02
commit
ab7e86218d
@ -322,9 +322,8 @@ func init() { // 插件主体
|
|||||||
if ans != r {
|
if ans != r {
|
||||||
ctx.Send("答案不对哦,再想想吧~")
|
ctx.Send("答案不对哦,再想想吧~")
|
||||||
return false
|
return false
|
||||||
} else {
|
|
||||||
return true
|
|
||||||
}
|
}
|
||||||
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -430,7 +429,6 @@ func saveConfig() error {
|
|||||||
_, err2 := f.Write(data)
|
_, err2 := f.Write(data)
|
||||||
return err2
|
return err2
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user