Skip to content

Commit db72f89

Browse files
authored
Update clone.py
1 parent 44b4988 commit db72f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/clone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async def clone_medias(bot: Bot, m: Message):
4343
if bool(clone_delay):
4444
delay = 10
4545
else:
46-
delay = 0.25
46+
delay = 3
4747
#
4848
# The vaulues will be swithed if the start message id is greater than the end message id
4949
if start_id > end_id:

0 commit comments

Comments
 (0)