📝 Add param to speedtest

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

View File

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