Support refresh all history command

This commit is contained in:
xtaodada 2024-05-24 22:30:26 +08:00
parent ae775d8d6b
commit 7ff281e825
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -60,6 +60,7 @@ class SetCommandPlugin(Plugin):
BotCommand("save_entry", "保存条目数据"),
BotCommand("remove_all_entry", "删除全部条目数据"),
BotCommand("sign_all", "全部账号重新签到"),
BotCommand("refresh_all_history", "全部账号刷新历史记录"),
BotCommand("send_log", "发送日志"),
BotCommand("update", "更新"),
BotCommand("set_command", "重设命令"),