import os from telethon import Button, events from Zaid import * IMG = os.environ.get( "PING_PIC", "https://telegra.ph/file/5edf1b910c71e385e5d57.jpg" ) ms = 4 ALIVE = os.environ.get( "ALIVE", "@Timesisnotwaiting" ) CAPTION = f"**꧁•⊹٭Ping٭⊹•꧂**\n\n ⚜ {ms}\n ⚜ ❝𝐌𝐲 𝐌𝐚𝐬𝐭𝐞𝐫❞ ~『{ALIVE}』" @Zaid.on(events.NewMessage(pattern="^/ping")) async def _(event): UMM = [[Button.url("⚜ Cԋαɳɳҽʅ ⚜", "https://t.me/TheUpdatesChannel")]] await Zaid.send_file(event.chat_id, IMG, caption=CAPTION, buttons=UMM)