Skip to content

Commit

Permalink
Update SelfBLOX.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Damix-hash authored Jul 13, 2024
1 parent 3eb7d8a commit d15da11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SelfBLOX.py
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,10 @@ def create_group_chat(participantUserIds):
target_userids.append(int(usersId))
else:
target_userids.append(int(userIds))

if int(len(target_userids)) > 9:
target_userids.pop(random.randrange(len(target_userids)))

amount = int(input("How Many Times do you want to spam with group chat?\n> "))
separator()

Expand Down

0 comments on commit d15da11

Please sign in to comment.