From 3f693086035dd3051fb46cfeb29d3241526b834f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:00:48 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_cpstory/cpstory.go | 10 ++++++---- plugin_cpstory/data.go | 6 ++++-- 2 files changed, 10 insertions(+), 6 deletions(-) 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 (