From 56e53b75a5e32756f91a463f5fe0c9e481f308c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 14:55:00 +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/wordle/wordle.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/wordle/wordle.go b/plugin/wordle/wordle.go index 080df75c..ea4169e9 100644 --- a/plugin/wordle/wordle.go +++ b/plugin/wordle/wordle.go @@ -4,7 +4,6 @@ package wordle import ( "errors" "fmt" - "github.com/FloatTech/AnimeAPI/tl" "image/color" "math/rand" "sort" @@ -12,6 +11,8 @@ import ( "sync" "time" + "github.com/FloatTech/AnimeAPI/tl" + "github.com/FloatTech/zbputils/control" "github.com/FloatTech/zbputils/ctxext" "github.com/FloatTech/zbputils/file"