✏️ 增加 setblock 避免冲突

This commit is contained in:
fumiama
2021-09-09 12:31:57 +08:00
parent 6e0b754a66
commit bd88c68208
12 changed files with 15 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ func init() {
DisableOnDefault: false,
Help: "lolicon\n" +
"- 来份萝莉",
}).OnFullMatch("来份萝莉").
}).OnFullMatch("来份萝莉").SetBlock(true).
Handle(func(ctx *zero.Ctx) {
go func() {
for i := 0; i < min(cap(queue)-len(queue), 2); i++ {