mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-20 14:30:10 +08:00
make lint happy
This commit is contained in:
parent
e132972569
commit
283498980c
@ -29,7 +29,7 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
enguess.OnFullMatch("猜老婆", getJson).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
|
enguess.OnFullMatch("猜老婆", getJSON).SetBlock(true).Limit(ctxext.LimitByUser).Handle(func(ctx *zero.Ctx) {
|
||||||
class := 3
|
class := 3
|
||||||
|
|
||||||
card := cards[rand.Intn(len(cards))]
|
card := cards[rand.Intn(len(cards))]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user