mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 13:59:39 +08:00
🎨 默认不 import 涩图
This commit is contained in:
parent
ee38cd2a82
commit
865579b6c9
5
main.go
5
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() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user