🎨 默认不 import 涩图

This commit is contained in:
Yiwen-Chan 2021-04-12 19:27:37 +08:00
parent ee38cd2a82
commit 865579b6c9

View File

@ -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() {