From 5ef92ecdbca2f2846a7ca27c92ab9d487a1e2ffd Mon Sep 17 00:00:00 2001 From: Who? <155328415+coddrago@users.noreply.github.com> Date: Sun, 29 Sep 2024 05:42:19 +0700 Subject: [PATCH] Update test.py --- hikka/modules/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hikka/modules/test.py b/hikka/modules/test.py index d75b912..d1a5b28 100644 --- a/hikka/modules/test.py +++ b/hikka/modules/test.py @@ -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):