mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-16 05:10:31 +00:00
✏️ 小修正
This commit is contained in:
parent
610f04ab87
commit
08f8954e03
@ -310,7 +310,7 @@ func init() {
|
||||
ctx.SendChain(message.Text(msg))
|
||||
})
|
||||
|
||||
zero.OnCommandGroup([]string{"服务详情", "service_detail"}, zero.OnlyGroup).
|
||||
zero.OnCommandGroup([]string{"服务详情", "service_detail"}, userOrGrpAdmin).
|
||||
Handle(func(ctx *zero.Ctx) {
|
||||
var m message.Message
|
||||
m = append(m,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user