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