Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AddOneSecondL committed May 22, 2023
1 parent fcc29cd commit 999db2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def verify(): #验证登录状态
time.sleep(3)
return

@on_command(f'/pcrval') #原手动验证
@on_command(f'/pcrvalclan') #原手动验证
async def validate(session):
global binds, lck, validate
if session.ctx['user_id'] == acinfo['admin']:
Expand Down

0 comments on commit 999db2f

Please sign in to comment.