mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
恢复main
This commit is contained in:
parent
b7620460d3
commit
0595fb223a
4
main.go
4
main.go
@ -27,7 +27,7 @@ import (
|
|||||||
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/picsearcher" // 搜图
|
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/picsearcher" // 搜图
|
||||||
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/randimg" //简易随机图片
|
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/randimg" //简易随机图片
|
||||||
|
|
||||||
//_ "github.com/Yiwen-Chan/ZeroBot-Plugin/setutime" // 涩图
|
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/setutime" // 涩图
|
||||||
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/shindan" // 测定
|
_ "github.com/Yiwen-Chan/ZeroBot-Plugin/shindan" // 测定
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ func main() {
|
|||||||
CommandPrefix: "/",
|
CommandPrefix: "/",
|
||||||
SuperUsers: os.Args[1:], // 必须修改,否则无权限
|
SuperUsers: os.Args[1:], // 必须修改,否则无权限
|
||||||
Driver: []zero.Driver{
|
Driver: []zero.Driver{
|
||||||
driver.NewWebSocketClient("192.168.8.1", "6700", ""),
|
driver.NewWebSocketClient("127.0.0.1", "6700", ""),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
// 帮助
|
// 帮助
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user