From 0fac77a7743d09eb5a0d6297f7269444c2db8db0 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Tue, 4 Jan 2022 17:07:38 +0800 Subject: [PATCH] jd_cmd fix a bug --- jd_cmd.py | 2 +- list.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_cmd.py b/jd_cmd.py index 8ad116e..b625084 100644 --- a/jd_cmd.py +++ b/jd_cmd.py @@ -20,6 +20,6 @@ async def jd_cmd(context): return await context.edit("[jd_cmd] 未找到 JD 口令!") try: data = data["data"] - await context.edit(f"[jd_cmd] [【{data['title']}】 - {data['userName']}]({data['jumpUrl']})") + await context.edit(f"【jd_cmd】 [【{data['title']}】 - {data['userName']}]({data['jumpUrl']})") except KeyError: return await context.edit("[jd_cmd] 数据错误!") diff --git a/list.json b/list.json index f2380c9..f9225fa 100644 --- a/list.json +++ b/list.json @@ -802,7 +802,7 @@ }, { "name": "jd_cmd", - "version": "1.00", + "version": "1.01", "section": "chat", "maintainer": "xtaodada", "size": "1.00 kb",