mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
add help
This commit is contained in:
parent
fd9f19562f
commit
37b0edde38
@ -35,7 +35,7 @@ func onDel(uid int64, _ struct{}) {
|
|||||||
func init() {
|
func init() {
|
||||||
engine := control.Register("antiabuse", &ctrl.Options[*zero.Ctx]{
|
engine := control.Register("antiabuse", &ctrl.Options[*zero.Ctx]{
|
||||||
DisableOnDefault: false,
|
DisableOnDefault: false,
|
||||||
Help: "违禁词检测",
|
Help: "违禁词检测\n- [添加|删除|查看]违禁词",
|
||||||
PrivateDataFolder: "anti_abuse",
|
PrivateDataFolder: "anti_abuse",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user