mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-04 03:24:50 +00:00
Fix
This commit is contained in:
parent
a94590b908
commit
968005fd12
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue