🐱v0.3.4.1,区分nb2实现,新新ogo,水更新

This commit is contained in:
2024-10-26 00:17:41 +08:00
parent 768956cf40
commit 3e84275300
3 changed files with 545 additions and 190 deletions

View File

@ -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()):