Skip to content

Commit

Permalink
Merge pull request #12 from A-kirami/A-kirami-patch-1
Browse files Browse the repository at this point in the history
Update admin.py
  • Loading branch information
var-mixer authored Sep 10, 2020
2 parents 6d87d84 + 5b854f5 commit 1d2cdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ async def no_number_check_chat(session):
await session.finish(f'已将群{gid}添加至白名单, 类型为不检查人数')


@on_command('不检查授权', aliases=('设置人数白名单'), only_to_me=False)
@on_command('不检查授权', aliases=('设置授权白名单'), only_to_me=False)
async def no_auth_check_chat(session):
if session.event.detail_type == 'group':
gid = session.event.group_id
Expand Down

0 comments on commit 1d2cdcd

Please sign in to comment.