Fix Speedtest bug
This commit is contained in:
parent
344825547b
commit
8704dc98a9
@ -105,7 +105,7 @@ async def speedtest(context):
|
||||
f"Latency: `{result['ping']}` \n"
|
||||
f"Timestamp: `{result['timestamp']}`"
|
||||
)
|
||||
await context.client.send_file(context.chat.id, result['share'], caption=des)
|
||||
await context.client.send_file(context.chat_id, result['share'], caption=des)
|
||||
await context.delete()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user