mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-04-23 01:35:40 +00:00
✨ 暗语初步支持
This commit is contained in:
@@ -26,17 +26,19 @@ from nonebot.plugin import require
|
||||
|
||||
require("nonebot_plugin_alconna")
|
||||
require("nonebot_plugin_localstore")
|
||||
require("nonebot_plugin_argot")
|
||||
|
||||
import nonebot_plugin_localstore as store # type: ignore
|
||||
from nonebot import get_driver, logger # type: ignore
|
||||
|
||||
from .config import config
|
||||
|
||||
# from .hunyuan import *
|
||||
from .dev import *
|
||||
from .marsho import *
|
||||
from .metadata import metadata
|
||||
|
||||
# from .hunyuan import *
|
||||
|
||||
|
||||
__author__ = "Asankilp"
|
||||
__plugin_meta__ = metadata
|
||||
|
||||
|
||||
Reference in New Issue
Block a user