We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02331a3 commit 23429beCopy full SHA for 23429be
plugin/qunyou/main.go
@@ -13,7 +13,7 @@ import (
13
14
func init() {
15
en := nano.Register("qunyou", &ctrl.Options[*nano.Ctx]{
16
- DisableOnDefault: false,
+ DisableOnDefault: true,
17
Help: "随机群友怪话\n- 看看群友",
18
})
19
en.OnMessagePrefix("看看群友").Limit(ctxext.LimitByGroup).Handle(func(ctx *nano.Ctx) {
0 commit comments