This commit is contained in:
源文雨 2022-09-06 19:51:11 +08:00
parent fd9f19562f
commit 37b0edde38

View File

@ -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",
}) })