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"