diff --git a/arclet/entari/command/plugin.py b/arclet/entari/command/plugin.py index bc91626..4336e79 100644 --- a/arclet/entari/command/plugin.py +++ b/arclet/entari/command/plugin.py @@ -6,7 +6,7 @@ from arclet.letoderea import BaseAuxiliary, Provider, ProviderFactory from ..event import MessageEvent -from ..plugin import Plugin, PluginDispatcher +from ..plugin.model import Plugin, PluginDispatcher from .model import Match, Query from .provider import AlconnaProviderFactory, AlconnaSuppiler, Assign, MessageJudger, _seminal diff --git a/pyproject.toml b/pyproject.toml index 3305611..af53389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "arclet-entari" -version = "0.6.3" +version = "0.6.4" description = "Simple IM Framework based on satori-python" authors = [ {name = "RF-Tar-Railt",email = "rf_tar_railt@qq.com"},