mtsheg's picture
Upload 40 files
c320f0a verified
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)