Skip to content

Commit

Permalink
disable in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Jun 26, 2024
1 parent 8c1159c commit c9da489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sb_kicker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def is_plugin_idle() -> bool:
rule=Rule(is_sender_admin, is_bot_group_admin, is_plugin_idle),
)

sb_kicker_force = on_fullmatch("sb服送人 --force")
sb_kicker_force = on_fullmatch("sb服送人 --force", rule=lambda: False)


@run_preprocessor
Expand Down

0 comments on commit c9da489

Please sign in to comment.