Skip to content

Commit a83d037

Browse files
authored
Merge pull request m4mallu#103 from rinrinx2/patch-7
Update clone.py
2 parents 44b4988 + db72f89 commit a83d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/clone.py

Lines changed: 1 addition & 1 deletion
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)