diff --git a/App/Event.py b/App/Event.py index e45fb0f..aaba238 100644 --- a/App/Event.py +++ b/App/Event.py @@ -27,7 +27,7 @@ async def handle_icp(bot, message, config): msg = await bot.reply_to(message, f"正在查询域名 {message.text.split()[1]} 备案信息...", disable_web_page_preview=True) status, data = await icp_record_check(message.text.split()[1], config) if not status: - await bot.reply_to(message, f"请求失败: `{data}`") + await bot.reply_to(message, f"请求失败: `{data}`", parse_mode="MarkdownV2") return if not data: icp_info = f"""查询目标: `{message.text.split()[1]}`\n备案状态: `未备案`"""