diff --git a/plugin_cpstory/cpstory.go b/plugin_cpstory/cpstory.go index 6172770d..ddca9eee 100644 --- a/plugin_cpstory/cpstory.go +++ b/plugin_cpstory/cpstory.go @@ -1,13 +1,15 @@ package cpstory import ( - "github.com/FloatTech/ZeroBot-Plugin/control" - "github.com/FloatTech/ZeroBot-Plugin/utils/math" + "strings" + "time" + zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/extension/rate" "github.com/wdvxdr1123/ZeroBot/message" - "strings" - "time" + + "github.com/FloatTech/ZeroBot-Plugin/control" + "github.com/FloatTech/ZeroBot-Plugin/utils/math" ) const ( diff --git a/plugin_cpstory/data.go b/plugin_cpstory/data.go index 45ae4d04..ba5a8d7a 100644 --- a/plugin_cpstory/data.go +++ b/plugin_cpstory/data.go @@ -1,11 +1,13 @@ package cpstory import ( + "os" + + log "github.com/sirupsen/logrus" + "github.com/FloatTech/ZeroBot-Plugin/utils/file" "github.com/FloatTech/ZeroBot-Plugin/utils/process" "github.com/FloatTech/ZeroBot-Plugin/utils/sql" - log "github.com/sirupsen/logrus" - "os" ) const (