mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
🎨 改进代码样式 (#638)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
587d3967ef
commit
1a0575af64
@@ -67,7 +67,7 @@ func init() {
|
||||
sdb = initialize(engine.DataFolder() + "score.db")
|
||||
}()
|
||||
engine.OnRegex(`^签到\s?(\d*)$`, initDef).Limit(ctxext.LimitByUser).SetBlock(true).Handle(func(ctx *zero.Ctx) {
|
||||
//选择key
|
||||
// 选择key
|
||||
var key string
|
||||
gid := ctx.Event.GroupID
|
||||
if gid < 0 {
|
||||
|
||||
Reference in New Issue
Block a user