mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-25 19:20:05 +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"
|
||||
zero "github.com/wdvxdr1123/ZeroBot"
|
||||
|
||||
_ "bot/groupmanager"
|
||||
_ "bot/manager"
|
||||
_ "bot/music"
|
||||
_ "bot/setutime"
|
||||
)
|
||||
|
||||
func init() {
|
||||
@ -20,11 +22,11 @@ func init() {
|
||||
|
||||
func main() {
|
||||
fmt.Printf(`
|
||||
====================[GroupManager]====================
|
||||
====================[ZeroBot-Plugin]====================
|
||||
* OneBot + ZeroBot + Golang
|
||||
* 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{
|
||||
Host: "127.0.0.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user