Update test.py

pull/2/head
Who? 2024-09-29 05:42:19 +07:00 committed by GitHub
parent 22df2225d7
commit 5ef92ecdbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class TestMod(loader.Module):
if message.sender.premium == False:
await utils.answer(message, self.strings["noprem_ping"].format(round((time.perf_counter_ns() - start) / 10**6, 3), utils.formatted_uptime(),))
else:
elif not message.sender.phone:
await utils.answer(message, self.strings("results_ping").format(round((time.perf_counter_ns() - start) / 10**6, 3), utils.formatted_uptime(),))
async def client_ready(self):