diff --git a/nonebot_plugin_marshoai/azure.py b/nonebot_plugin_marshoai/azure.py index 0fae3397..d9b604dc 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()