add more delay between sending posts

master
bakatrouble 9 months ago
parent e6302009bb
commit 6a5d68351c

@ -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'])

Loading…
Cancel
Save