Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions userbot/modules/www.py
Original file line number Diff line number Diff line change
Expand Up @@ -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$")
Expand Down