mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 22:00:11 +08:00
✏️ 小修正
This commit is contained in:
parent
b20cb1c0a0
commit
b9ddcfc3d7
@ -33,7 +33,7 @@ func init() {
|
|||||||
DisableOnDefault: false,
|
DisableOnDefault: false,
|
||||||
Help: "nativewife\n- 抽wife[@xxx]\n- 添加wife[名字][图片]\n- 删除wife[名字]\n- [让|不让]所有人均可添加wife",
|
Help: "nativewife\n- 抽wife[@xxx]\n- 添加wife[名字][图片]\n- 删除wife[名字]\n- [让|不让]所有人均可添加wife",
|
||||||
})
|
})
|
||||||
engine.OnFullMatch("抽wife", zero.OnlyGroup).SetBlock(true).SetPriority(20).
|
engine.OnPrefix("抽wife", zero.OnlyGroup).SetBlock(true).SetPriority(20).
|
||||||
Handle(func(ctx *zero.Ctx) {
|
Handle(func(ctx *zero.Ctx) {
|
||||||
grpf := strconv.FormatInt(ctx.Event.GroupID, 36)
|
grpf := strconv.FormatInt(ctx.Event.GroupID, 36)
|
||||||
wifes, err := os.ReadDir(base + "/" + grpf)
|
wifes, err := os.ReadDir(base + "/" + grpf)
|
||||||
@ -65,7 +65,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 上传一张图
|
// 上传一张图
|
||||||
engine.OnKeyword("添加wife", zero.OnlyGroup, chkAddWifePermission, picture.MustGiven).SetBlock(true).SetPriority(20).
|
engine.OnPrefix("添加wife", zero.OnlyGroup, chkAddWifePermission, picture.MustGiven).SetBlock(true).SetPriority(20).
|
||||||
Handle(func(ctx *zero.Ctx) {
|
Handle(func(ctx *zero.Ctx) {
|
||||||
name := ""
|
name := ""
|
||||||
for _, elem := range ctx.Event.Message {
|
for _, elem := range ctx.Event.Message {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user