diff --git a/plugin_chat/data.go b/plugin_chat/data.go index 1a45fe40..d4c62166 100644 --- a/plugin_chat/data.go +++ b/plugin_chat/data.go @@ -4,9 +4,10 @@ import ( "encoding/json" "os" + "github.com/sirupsen/logrus" + "github.com/FloatTech/ZeroBot-Plugin/utils/file" "github.com/FloatTech/ZeroBot-Plugin/utils/process" - "github.com/sirupsen/logrus" ) type kimo = map[string]*[]string