From 714f5564d0c6a84c062df69dbe58db11aa4ac91c Mon Sep 17 00:00:00 2001 From: HibiKier <775757368@qq.com> Date: Wed, 31 Jul 2024 17:35:08 +0800 Subject: [PATCH] =?UTF-8?q?feat=E2=9C=A8:=20=E6=96=B0=E5=A2=9E=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E5=8F=8A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=9B=B8=E5=85=B3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/builtin_plugins/chat_history/chat_message_handle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zhenxun/builtin_plugins/chat_history/chat_message_handle.py b/zhenxun/builtin_plugins/chat_history/chat_message_handle.py index c7766eee..6e2cc8c9 100644 --- a/zhenxun/builtin_plugins/chat_history/chat_message_handle.py +++ b/zhenxun/builtin_plugins/chat_history/chat_message_handle.py @@ -54,6 +54,7 @@ _matcher = on_alconna( Option("--des", action=store_true, help_text="逆序"), Args["type?", ["日", "周", "月", "年"]]["count?", int, 10], ), + aliases={"消息统计"}, priority=5, block=True, )