Skip to content

Commit

Permalink
edit help
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Sep 6, 2022
1 parent 4ca100b commit 3812150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/antiabuse/anti.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})

Expand Down

0 comments on commit 3812150

Please sign in to comment.