JamesBond531 commited on
Commit
e6306ba
1 Parent(s): a96354e

Update plugins/p_ttishow.py

Browse files
Files changed (1) hide show
  1. plugins/p_ttishow.py +1 -1
plugins/p_ttishow.py CHANGED
@@ -21,7 +21,7 @@ async def save_group(bot, message):
21
  r_j = message.from_user.mention if message.from_user else "Anonymous"
22
  await bot.send_message(LOG_CHANNEL, script.LOG_TEXT_G.format(message.chat.title, message.chat.id, total, r_j))
23
  await db.add_chat(message.chat.id, message.chat.title)
24
- await add_group(group_id=grpid, group_name=title, user_name=message.from_user.first_name, user_id=userid, channels=[], f_sub=False, verified=False)
25
  if message.chat.id in temp.BANNED_CHATS:
26
  # Inspired from a boat of a banana tree
27
  buttons = [[
 
21
  r_j = message.from_user.mention if message.from_user else "Anonymous"
22
  await bot.send_message(LOG_CHANNEL, script.LOG_TEXT_G.format(message.chat.title, message.chat.id, total, r_j))
23
  await db.add_chat(message.chat.id, message.chat.title)
24
+ # await add_group(group_id=grpid, group_name=title, user_name=message.from_user.first_name, user_id=userid, channels=[], f_sub=False, verified=False)
25
  if message.chat.id in temp.BANNED_CHATS:
26
  # Inspired from a boat of a banana tree
27
  buttons = [[