From 1c222a36ee00abdd2782da304600b844652218e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 02:08:46 +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_curse/curse.go | 8 +++++--- plugin_curse/data.go | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/plugin_curse/curse.go b/plugin_curse/curse.go index 3836b456..75c9ea15 100644 --- a/plugin_curse/curse.go +++ b/plugin_curse/curse.go @@ -2,12 +2,14 @@ package curse import ( - "github.com/FloatTech/ZeroBot-Plugin/control" - "github.com/FloatTech/ZeroBot-Plugin/utils/process" + "time" + zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/extension/rate" "github.com/wdvxdr1123/ZeroBot/message" - "time" + + "github.com/FloatTech/ZeroBot-Plugin/control" + "github.com/FloatTech/ZeroBot-Plugin/utils/process" ) const ( diff --git a/plugin_curse/data.go b/plugin_curse/data.go index 0628cbe1..0c71dd17 100644 --- a/plugin_curse/data.go +++ b/plugin_curse/data.go @@ -1,11 +1,13 @@ package curse import ( + "os" + + "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" - "github.com/sirupsen/logrus" - "os" ) const (