Skip to content

Commit a5a24e7

Browse files
committed
fix(aireply): autoregistered with midfix _
1 parent 6210ed9 commit a5a24e7

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ print("run[CQ:image,file="+j["img"]+"]")
15061506
<details>
15071507
<summary>人工智能回复</summary>
15081508

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

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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ import (
166166

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

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

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

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)