mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
🎨 调整代码结构
This commit is contained in:
9
main.go
9
main.go
@@ -8,11 +8,10 @@ import (
|
||||
zero "github.com/wdvxdr1123/ZeroBot"
|
||||
"github.com/wdvxdr1123/ZeroBot/driver"
|
||||
|
||||
_ "bot/github"
|
||||
_ "bot/manager"
|
||||
_ "bot/music"
|
||||
_ "bot/run"
|
||||
setutime "bot/setutime"
|
||||
_ "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"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user