From dd4b820a410fc84ff5fed46ff0f14cce77387178 Mon Sep 17 00:00:00 2001 From: Antares Date: Mon, 27 Jan 2020 13:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=82=BB=E9=80=BC=E6=8B=BC=E5=86=99=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/history/history.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/history/history.py b/plugins/history/history.py index 4d4b175..369fa7f 100644 --- a/plugins/history/history.py +++ b/plugins/history/history.py @@ -27,7 +27,7 @@ def get_histroy(date: str, key: str) -> list: return [] -@command(name="histroy", help="历史上的今天,参数为月和日") +@command(name="histrory", help="历史上的今天,参数为月和日") def history(bot, context, args): while args[-1] == "": del args[-1] -- Gitee