[check] some fixes
This commit is contained in:
parent
74571bf37d
commit
7895cd55ff
@ -197,8 +197,8 @@ async def new_chat(c: Client, m: Message):
|
|||||||
else:
|
else:
|
||||||
await add_served_chat(chat_id)
|
await add_served_chat(chat_id)
|
||||||
for member in m.new_chat_members:
|
for member in m.new_chat_members:
|
||||||
if member.id == me_bot.id:
|
|
||||||
try:
|
try:
|
||||||
|
if member.id == me_bot.id:
|
||||||
if chat_id in await blacklisted_chats():
|
if chat_id in await blacklisted_chats():
|
||||||
await m.reply_text(
|
await m.reply_text(
|
||||||
"❗️ This chat has blacklisted by sudo user and You're not allowed to use me in this chat."
|
"❗️ This chat has blacklisted by sudo user and You're not allowed to use me in this chat."
|
||||||
@ -214,13 +214,15 @@ async def new_chat(c: Client, m: Message):
|
|||||||
[
|
[
|
||||||
InlineKeyboardButton("📣 Channel", url=f"https://t.me/{UPDATES_CHANNEL}"),
|
InlineKeyboardButton("📣 Channel", url=f"https://t.me/{UPDATES_CHANNEL}"),
|
||||||
InlineKeyboardButton("💭 Support", url=f"https://t.me/{GROUP_SUPPORT}")
|
InlineKeyboardButton("💭 Support", url=f"https://t.me/{GROUP_SUPPORT}")
|
||||||
],
|
],[
|
||||||
[
|
|
||||||
InlineKeyboardButton("👤 Assistant", url=f"https://t.me/{me_user.username}")
|
InlineKeyboardButton("👤 Assistant", url=f"https://t.me/{me_user.username}")
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
return
|
||||||
|
except BaseException:
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
chat_watcher_group = 5
|
chat_watcher_group = 5
|
||||||
|
Loading…
Reference in New Issue
Block a user