feat: 新增消息统计功能及修复相关错误

This commit is contained in:
HibiKier 2024-07-31 17:35:08 +08:00
parent a815c3bcc5
commit 714f5564d0

View File

@ -54,6 +54,7 @@ _matcher = on_alconna(
Option("--des", action=store_true, help_text="逆序"),
Args["type?", ["", "", "", ""]]["count?", int, 10],
),
aliases={"消息统计"},
priority=5,
block=True,
)