From 4f5d4e0e1ce9e0f04831a54e216e0efcced2b4ff Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Sun, 14 Feb 2021 19:20:19 +0800 Subject: [PATCH] :sparkles: Add some plugins --- main.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 0f0d6589..fa7f842e 100644 --- a/main.go +++ b/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",