Skip to content

Commit 7fc7513

Browse files
author
DⱥℝkͥAnͣgͫeℓ
authored
file sending Step by step🤭
1 parent 1e4f336 commit 7fc7513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ async def start_command(client: Client, message: Message):
5353
for msg in msgs:
5454
try:
5555
await msg.copy(chat_id=message.from_user.id)
56+
await asyncio.sleep(0.5)
5657
except FloodWait as e:
5758
await asyncio.sleep(e.x)
5859
await msg.copy(chat_id=message.from_user.id)

0 commit comments

Comments
 (0)