From 865579b6c96771e3c6ec62d61efba6bb0d769ee3 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Mon, 12 Apr 2021 19:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E9=BB=98=E8=AE=A4=E4=B8=8D=20im?= =?UTF-8?q?port=20=E6=B6=A9=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main.go b/main.go index c518321b..20c87bf0 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( _ "github.com/Yiwen-Chan/ZeroBot-Plugin/github" _ "github.com/Yiwen-Chan/ZeroBot-Plugin/manager" _ "github.com/Yiwen-Chan/ZeroBot-Plugin/music" - setutime "github.com/Yiwen-Chan/ZeroBot-Plugin/setutime" + //_ "github.com/Yiwen-Chan/ZeroBot-Plugin/setutime" ) func init() { @@ -21,9 +21,6 @@ func init() { LogFormat: "[zero][%time%][%lvl%]: %msg% \n", }) log.SetLevel(log.DebugLevel) - - setutime.CACHEGROUP = 868047498 // 涩图缓冲群,必须修改 - setutime.PoolList = []string{"涩图", "二次元", "风景", "车万"} // 涩图类型,可以不修改 } func main() {