We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b4988 commit db72f89Copy full SHA for db72f89
plugins/clone.py
@@ -43,7 +43,7 @@ async def clone_medias(bot: Bot, m: Message):
43
if bool(clone_delay):
44
delay = 10
45
else:
46
- delay = 0.25
+ delay = 3
47
#
48
# The vaulues will be swithed if the start message id is greater than the end message id
49
if start_id > end_id:
0 commit comments