Skip to content

Commit

Permalink
update group_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
houndlord authored Apr 16, 2024
1 parent f5cc843 commit a689df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/group/group_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def on_new_chat_members(
Returns:
None
"""
user_counter.add(1)
new_member_counter.add(1)
chat_id = update.message.chat_id
user_ids = [
new_chat_member.id for new_chat_member in update.message.new_chat_members
Expand Down Expand Up @@ -346,4 +346,4 @@ async def _send_message_with_deletion(
"user_id": user_id,
"message_id": sent_message.message_id,
},
)
)

0 comments on commit a689df2

Please sign in to comment.