💩👌 make lint happy

This commit is contained in:
源文雨
2022-05-12 11:21:20 +08:00
parent c94b9f54ce
commit 452f5e5f83
4 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
// Package tarot 塔罗牌
package tarot
import (
@@ -114,7 +115,6 @@ func init() {
msg[i] = ctxext.FakeSenderForwardNode(ctx, tarotMsg...)
}
ctx.SendGroupForwardMessage(ctx.Event.GroupID, msg)
return
})
engine.OnRegex(`^解塔罗牌\s?(.*)`, ctxext.DoOnceOnSuccess(
@@ -160,6 +160,5 @@ func init() {
} else {
ctx.SendChain(message.Text("没有找到", match, "噢~"))
}
return
})
}