feat: middleware

This commit is contained in:
Soulter
2024-09-11 16:47:44 +08:00
parent 6db8c38c58
commit a93e6ff01a
6 changed files with 47 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
from .bot import *
from .config import *
from .llm import *
from .message import *
from .platform import *
from .register import *
from .types import *
+1 -1
View File
@@ -3,5 +3,5 @@
'''
from type.plugin import PluginType
from type.middleware import Middleware
from nakuru.entities.components import Image, Plain, At, Node, BaseMessageComponent