Fix Speedtest bug

This commit is contained in:
Pentacene 2021-04-13 08:16:22 +08:00 committed by GitHub
parent 344825547b
commit 8704dc98a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()