fix
This commit is contained in:
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}')
|
||||||
|
Reference in New Issue
Block a user