🚚 ⬆️ 📝 🔥 🎨 迁移 ctrl, utils

This commit is contained in:
fumiama
2022-01-11 11:40:33 +08:00
parent 4ac1674cc0
commit 0185d0c730
95 changed files with 146 additions and 2449 deletions

View File

@@ -7,8 +7,8 @@ import (
wr "github.com/mroth/weightedrand"
log "github.com/sirupsen/logrus"
"github.com/FloatTech/ZeroBot-Plugin/utils/file"
"github.com/FloatTech/ZeroBot-Plugin/utils/process"
"github.com/FloatTech/zbputils/file"
"github.com/FloatTech/zbputils/process"
)
const (

View File

@@ -6,10 +6,9 @@ import (
"math/rand"
"time"
control "github.com/FloatTech/zbpctrl"
zero "github.com/wdvxdr1123/ZeroBot"
"github.com/wdvxdr1123/ZeroBot/message"
"github.com/FloatTech/ZeroBot-Plugin/control"
)
func init() {