mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-09-24 15:36:23 +00:00
✨ 暗语初步支持 (#27)
This commit is contained in:
@ -23,6 +23,7 @@ from nonebot_plugin_alconna import (
|
||||
message_reaction,
|
||||
on_alconna,
|
||||
)
|
||||
from nonebot_plugin_argot.extension import ArgotExtension # type: ignore
|
||||
|
||||
from .config import config
|
||||
from .constants import INTRODUCTION, SUPPORT_IMAGE_MODELS
|
||||
@ -63,6 +64,7 @@ marsho_cmd = on_alconna(
|
||||
aliases=tuple(config.marshoai_aliases),
|
||||
priority=96,
|
||||
block=True,
|
||||
extensions=[ArgotExtension()],
|
||||
)
|
||||
resetmem_cmd = on_alconna(
|
||||
Alconna(
|
||||
|
Reference in New Issue
Block a user