Skip to content

Commit

Permalink
Update Miscellaneous.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MekhyW committed Sep 7, 2024
1 parent e612c35 commit 6fa9ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/Miscellaneous.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def list_groups(cookiebot, chat_id):
for group in groups:
try:
chat = cookiebot.getChat(int(group['id']))
time.sleep(0.1)
time.sleep(0.2)
if 'title' in chat:
chat_info = f"{group['id']} - {chat['title']}"
if not any(chat.startswith(chat_info.split()[0]) for chat in existing_chats):
Expand Down

0 comments on commit 6fa9ee6

Please sign in to comment.