This commit is contained in:
yasir 2023-01-28 22:23:06 +07:00
parent a94590b908
commit 968005fd12
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ async def mediainfo(client, message):
"""
title = "MissKaty Bot Mediainfo"
text_ = file_info.message_type
ink = post_to_telegraph(title, body_text)
link = post_to_telegraph(title, body_text)
markup = InlineKeyboardMarkup([[InlineKeyboardButton(text=text_, url=link)]])
try:
await message.reply(" <b>MEDIA INFO</b>", reply_markup=markup, quote=True)

View file

@ -11,7 +11,7 @@ async def cek_mataa(_, m):
if not await cek_userdata(m.from_user.id):
return await add_userdata(m.from_user.id, m.from_user.username, m.from_user.first_name, m.from_user.last_name)
username, first_name, last_name = await get_userdata(m.from_user.id)
msg == ""
msg = ""
if username != m.from_user.username or first_name != m.from_user.first_name or last_name != m.from_user.last_name:
msg += "👀 <b>Mata MissKaty</b>\n\n"
if username != m.from_user.username: