Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ import (
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ymgal" // 月幕galgame
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/yujn" // 遇见API

_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wtf" // 鬼东西
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wtf" // 鬼东西

// ^^^^ //
// ^^^^^^^^^^^^^^ //
Expand All @@ -171,7 +171,7 @@ import (

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

//_ "github.com/FloatTech/ZeroBot-Plugin/plugin/breakrepeat" // 打断复读
// _ "github.com/FloatTech/ZeroBot-Plugin/plugin/breakrepeat" // 打断复读

// ^^^^ //
// ^^^^^^^^^^^^^^ //
Expand Down Expand Up @@ -251,7 +251,7 @@ func init() {
}

// 通过代码写死的方式添加主人账号
sus = append(sus, 3079709365)
sus = append(sus, 3079709365)
// sus = append(sus, 87654321)

// 启用 webui
Expand Down