From 25ef2ca2205734ca686da71c16c171293487d0e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 13:25:34 +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_chat/chat.go | 1 + plugin_curse/curse.go | 5 +++-- plugin_funny/laugh.go | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plugin_chat/chat.go b/plugin_chat/chat.go index 6caa5f97..6205a0e6 100644 --- a/plugin_chat/chat.go +++ b/plugin_chat/chat.go @@ -3,6 +3,7 @@ package chat import ( "fmt" + log "github.com/sirupsen/logrus" "github.com/tidwall/gjson" diff --git a/plugin_curse/curse.go b/plugin_curse/curse.go index 725363d3..cb1725eb 100644 --- a/plugin_curse/curse.go +++ b/plugin_curse/curse.go @@ -5,13 +5,14 @@ import ( "strconv" "time" - "github.com/FloatTech/ZeroBot-Plugin/control" - "github.com/FloatTech/ZeroBot-Plugin/utils/web" log "github.com/sirupsen/logrus" zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/extension/rate" "github.com/wdvxdr1123/ZeroBot/message" "github.com/wdvxdr1123/ZeroBot/utils/helper" + + "github.com/FloatTech/ZeroBot-Plugin/control" + "github.com/FloatTech/ZeroBot-Plugin/utils/web" ) const ( diff --git a/plugin_funny/laugh.go b/plugin_funny/laugh.go index ac1089a8..f8140bc6 100644 --- a/plugin_funny/laugh.go +++ b/plugin_funny/laugh.go @@ -8,12 +8,13 @@ import ( "strings" "time" - "github.com/FloatTech/ZeroBot-Plugin/control" log "github.com/sirupsen/logrus" zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/extension/rate" "github.com/wdvxdr1123/ZeroBot/message" "github.com/wdvxdr1123/ZeroBot/utils/helper" + + "github.com/FloatTech/ZeroBot-Plugin/control" ) const (