📝 Add param to speedtest for userbot

This commit is contained in:
Sam 2022-02-12 01:11:20 +08:00 committed by GitHub
parent 5e5e915854
commit dedf76760b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ async def stats(context):
@listener(is_plugin=False, outgoing=True, command=alias_command("speedtest"),
description=lang('speedtest_des'))
description=lang('speedtest_des'), parameters="(Server ID)")
async def speedtest(context):
""" Tests internet speed using speedtest. """
try: