Skip to content

Commit

Permalink
Update main.go1
Browse files Browse the repository at this point in the history
  • Loading branch information
naina6 authored Jan 15, 2024
1 parent a006b30 commit fdb828e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import (
// vvvvvvvvvvvvvv //
// vvvv //

_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ahsai" // ahsai tts
//_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ahsai" // ahsai tts
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aifalse" // 服务器监控
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aipaint" // ai绘图
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/aiwife" // 随机老婆
Expand Down Expand Up @@ -258,7 +258,7 @@ func init() {
}

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

// 启用 webui
Expand Down

0 comments on commit fdb828e

Please sign in to comment.