顺便把写错的type改回来

This commit is contained in:
Cinte 2023-03-02 18:31:36 +08:00 committed by GitHub
parent 325e345b4e
commit c3644576b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ Config.add_plugin_config(
True,
help_="被动 每日开箱重置提醒 进群默认开关状态",
default_value=True,
type=int,
type=bool,
)