edit help

This commit is contained in:
源文雨 2022-09-06 20:30:50 +08:00
parent 4ca100b0bf
commit 3812150669

View File

@ -34,7 +34,7 @@ func onDel(uid int64, _ struct{}) {
func init() {
engine := control.Register("antiabuse", &ctrl.Options[*zero.Ctx]{
DisableOnDefault: false,
Help: "违禁词检测\n- [添加|删除|查看]违禁词",
Help: "违禁词检测\n- /[添加|删除|查看]违禁词",
PrivateDataFolder: "anti_abuse",
})