add more delay between sending posts

This commit is contained in:
bakatrouble 2023-08-13 22:25:41 +03:00
parent e6302009bb
commit 6a5d68351c

View File

@ -123,7 +123,7 @@ async def check_updates():
if already_sent[i]:
continue
await send_post(posts[i], tag_list)
await sleep(.1)
await sleep(1)
@dp.message_handler(filters.IDFilter(chat_id=user_ids), commands=['add'])