Skip to content

Commit

Permalink
Update clear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-z-git authored Apr 10, 2024
1 parent 9c74553 commit 5f32d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qq-group-admin-plugin/clear.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async def send_ai_image(bot: Bot, matcher: Matcher, event: GroupMessageEvent) ->
'vip', priority=4, permission=GROUP_ADMIN | GROUP_OWNER | SUPERUSER)

matcher_rebir = on_command(
'重生', priority=1)
'重生', priority=1,permission=GROUP_ADMIN | GROUP_OWNER | SUPERUSER)


@matcher_rebir.handle()
Expand Down

0 comments on commit 5f32d1f

Please sign in to comment.