Add some plugins

This commit is contained in:
Yiwen-Chan 2021-02-14 19:20:19 +08:00
parent 52d9bd0a80
commit 4f5d4e0e1c

10
main.go
View File

@ -7,7 +7,9 @@ import (
easy "github.com/t-tomalak/logrus-easy-formatter" easy "github.com/t-tomalak/logrus-easy-formatter"
zero "github.com/wdvxdr1123/ZeroBot" zero "github.com/wdvxdr1123/ZeroBot"
_ "bot/groupmanager" _ "bot/manager"
_ "bot/music"
_ "bot/setutime"
) )
func init() { func init() {
@ -20,11 +22,11 @@ func init() {
func main() { func main() {
fmt.Printf(` fmt.Printf(`
====================[GroupManager]==================== ====================[ZeroBot-Plugin]====================
* OneBot + ZeroBot + Golang * OneBot + ZeroBot + Golang
* Copyright © 2018-2020 Kanri, All Rights Reserved * Copyright © 2018-2020 Kanri, All Rights Reserved
* Project: https://github.com/Yiwen-Chan/GroupManager * Project: https://github.com/Yiwen-Chan/ZeroBot-Plugin
======================================================= ========================================================
`) `)
zero.Run(zero.Option{ zero.Run(zero.Option{
Host: "127.0.0.1", Host: "127.0.0.1",