Spaces:
Build error
Build error
| 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}ใ" | |
| async def _(event): | |
| UMM = [[Button.url("โ Cิฮฑษณษณาฝส โ", "https://t.me/TheUpdatesChannel")]] | |
| await Zaid.send_file(event.chat_id, IMG, caption=CAPTION, buttons=UMM) | |