Skip to content

Commit

Permalink
add: pulgin qunyou
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Dec 1, 2023
1 parent 02331a3 commit 23429be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/qunyou/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func init() {
en := nano.Register("qunyou", &ctrl.Options[*nano.Ctx]{
DisableOnDefault: false,
DisableOnDefault: true,
Help: "随机群友怪话\n- 看看群友",
})
en.OnMessagePrefix("看看群友").Limit(ctxext.LimitByGroup).Handle(func(ctx *nano.Ctx) {
Expand Down

0 comments on commit 23429be

Please sign in to comment.