diff --git a/pkg/qqbot/cmds/system/cconfig.py b/pkg/qqbot/cmds/system/cconfig.py index 2fa5176a..65d684f4 100644 --- a/pkg/qqbot/cmds/system/cconfig.py +++ b/pkg/qqbot/cmds/system/cconfig.py @@ -81,3 +81,4 @@ class CfgCommand(AbstractCommandNode): @classmethod def process(cls, ctx: Context) -> tuple[bool, list]: return True, config_operation(ctx.command, ctx.params) + \ No newline at end of file