mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-02 08:29:51 +00:00
🐱v0.3.4.1,区分nb2实现,新新ogo,水更新
This commit is contained in:
@ -59,11 +59,11 @@ async def add_assistantmsg(target: MsgTarget, arg: Message = CommandArg()):
|
||||
|
||||
@praises_cmd.handle()
|
||||
async def praises():
|
||||
await UniMessage(build_praises()).send()
|
||||
await praises_cmd.finish(build_praises())
|
||||
|
||||
@contexts_cmd.handle()
|
||||
async def contexts(target: MsgTarget):
|
||||
await UniMessage(str(context.build(target.id, target.private)[1:])).send()
|
||||
await contexts_cmd.finish(str(context.build(target.id, target.private)[1:]))
|
||||
|
||||
@save_context_cmd.handle()
|
||||
async def save_context(target: MsgTarget, arg: Message = CommandArg()):
|
||||
|
Reference in New Issue
Block a user