diff --git a/userbot/modules/www.py b/userbot/modules/www.py index c628b5fb..b4fafe9d 100644 --- a/userbot/modules/www.py +++ b/userbot/modules/www.py @@ -104,18 +104,18 @@ async def pingme(pong): """ For .ping command, ping the userbot from any chat. """ uptime = await get_readable_time((time.time() - StartTime)) start = datetime.now() - await pong.edit("**𖣘**") - await pong.edit("**𖣘𖣘**") - await pong.edit("**𖣘𖣘𖣘**") - await pong.edit("**✦҈͜͡➳ PONG!**") + await pong.edit("**⚡**") + await pong.edit("**⚡⚡**") + await pong.edit("**⚡⚡⚡**") + await pong.edit("**🌹PONG!**") end = datetime.now() duration = (end - start).microseconds / 1000 - await pong.edit(f"**♛ Lord Ping ♛**\n" - f"❃ **Ping:** " + await pong.edit(f"**🌹KANJENG PING🌹**\n" + f"➠ **Kecepatan:** " f"`%sms` \n" - f"❃ **Uptime:** " + f"➠ **Waktu:** " f"`{uptime}` \n" - f"**✦҈͜͡➳ My Lord:** `{ALIVE_NAME}`" % (duration)) + f"**🌹 KANJENG:** `{ALIVE_NAME}`" % (duration)) @register(outgoing=True, pattern="^.sinyal$")