From 16f3852cc6f0252a955ff164c1efdbab7b4dac4b Mon Sep 17 00:00:00 2001 From: MoeSnowyFox Date: Sun, 17 Nov 2024 02:50:47 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E5=8E=BB=E9=99=A4contexts=5Fcmd?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84=E5=88=87=E7=89=87=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_plugin_marshoai/azure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot_plugin_marshoai/azure.py b/nonebot_plugin_marshoai/azure.py index 0fae339..d9b604d 100644 --- a/nonebot_plugin_marshoai/azure.py +++ b/nonebot_plugin_marshoai/azure.py @@ -83,7 +83,7 @@ async def praises(): @contexts_cmd.handle() async def contexts(target: MsgTarget): - await contexts_cmd.finish(str(context.build(target.id, target.private)[1:])) + await contexts_cmd.finish(str(context.build(target.id, target.private))) @save_context_cmd.handle()