File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ import (
104104 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/gif" // 制图
105105 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/github" // 搜索GitHub仓库
106106 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/guessmusic" // 猜歌
107- _ "github.com/FloatTech/ZeroBot-Plugin/plugin/handou" // 猜成语
107+ _ "github.com/FloatTech/ZeroBot-Plugin/plugin/handou" // 猜成语
108108 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/hitokoto" // 一言
109109 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/hs" // 炉石
110110 _ "github.com/FloatTech/ZeroBot-Plugin/plugin/hyaku" // 百人一首
Original file line number Diff line number Diff line change @@ -223,7 +223,6 @@ func init() {
223223 message .Text ("回答错误。" ),
224224 ),
225225 )
226-
227226 }
228227 }
229228 }
You can’t perform that action at this time.
0 commit comments