mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-10 05:24:52 +00:00
typo
This commit is contained in:
parent
c7d0bb2aee
commit
63931e4f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ async def grp_bd(self: Client, ctx: Message, strings):
|
||||||
strings("log_bot_added").format(ttl=ctx.chat.title, cid=ctx.chat.id, tot=total, r_j=r_j),
|
strings("log_bot_added").format(ttl=ctx.chat.title, cid=ctx.chat.id, tot=total, r_j=r_j),
|
||||||
)
|
)
|
||||||
await db.add_chat(ctx.chat.id, ctx.chat.title)
|
await db.add_chat(ctx.chat.id, ctx.chat.title)
|
||||||
if cha_t['is_disabled']:
|
if chck['is_disabled']:
|
||||||
buttons = [[InlineKeyboardButton("Support", url=f"https://t.me/{SUPPORT_CHAT}")]]
|
buttons = [[InlineKeyboardButton("Support", url=f"https://t.me/{SUPPORT_CHAT}")]]
|
||||||
reply_markup = InlineKeyboardMarkup(buttons)
|
reply_markup = InlineKeyboardMarkup(buttons)
|
||||||
vazha = await db.get_chat(ctx.chat.id)
|
vazha = await db.get_chat(ctx.chat.id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue