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