mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-31 15:09:06 +08:00
✨ Add some plugins
This commit is contained in:
parent
52d9bd0a80
commit
4f5d4e0e1c
10
main.go
10
main.go
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user