添加日志输出以指示插件功能开发状态;移除未使用的函数注册模块

This commit is contained in:
2024-12-15 02:59:06 +08:00
parent 0704285cde
commit 6c6b45a168
5 changed files with 22 additions and 175 deletions

View File

@ -1,7 +1,11 @@
"""该功能目前正在开发中,暂时不可用,受影响的文件夹 `plugin`, `plugins`
"""
from nonebot import logger
from .func_call import *
from .load import *
from .models import *
from .utils import *
logger.opt(colors=True).info("<y>MarshoAI 插件功能开发中,用户请忽略相关日志</y>")