Skip to content

Commit

Permalink
Update p_ttishow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VJBots authored Jun 5, 2024
1 parent 060e408 commit 080637c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/p_ttishow.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async def fsub_wto_try(client, message):
if message.chat.id != AUTH_CHANNEL:
return
for u in message.new_chat_members:
if SAVE_CONTENT_MODE == True:
if REQUEST_TO_JOIN_MODE == True:
return
if TRY_AGAIN_BTN == True:
return
Expand Down

0 comments on commit 080637c

Please sign in to comment.