fix
This commit is contained in:
parent
6aaacf7b52
commit
d4a877175d
2
main.py
2
main.py
@ -44,7 +44,7 @@ def task_queue(bot, job):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
for uid in uids:
|
for uid in uids:
|
||||||
sleep(.05)
|
sleep(.02)
|
||||||
try:
|
try:
|
||||||
if m.forward_from or m.forward_from_chat or m.forward_from_message_id or m.forward_signature:
|
if m.forward_from or m.forward_from_chat or m.forward_from_message_id or m.forward_signature:
|
||||||
m.forward(f'{uid}')
|
m.forward(f'{uid}')
|
||||||
|
Loading…
Reference in New Issue
Block a user