Skip to content

Commit

Permalink
fix(aireply): autoregistered with midfix _
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 19, 2024
1 parent 6210ed9 commit a5a24e7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ print("run[CQ:image,file="+j["img"]+"]")
<details>
<summary>人工智能回复</summary>

`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/ai_reply"`
`import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/aireply"`

- [x] @Bot 任意文本(任意一句话回复)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ import (

_ "github.com/FloatTech/ZeroBot-Plugin/plugin/curse" // 骂人

_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ai_reply" // 人工智能回复
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aireply" // 人工智能回复

_ "github.com/FloatTech/ZeroBot-Plugin/plugin/thesaurus" // 词典匹配回复

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a5a24e7

Please sign in to comment.