iamgojoof6eyes commited on
Commit
1e560ad
·
1 Parent(s): 0372dbf
Powers/plugins/fun.py CHANGED
@@ -139,7 +139,7 @@ async def fun_shrug(_, m: Message):
139
  async def fun_bluetext(_, m: Message):
140
  reply_text = m.reply_to_message.reply_text if m.reply_to_message else m.reply_text
141
  await reply_text(
142
- "/BLUE /TEXT\n/MUST /CLICK\n/I /AM /A /STUPID /ANIMAL /THAT /IS /ATTRACTED /TO /COLORS",
143
  )
144
  LOGGER.info(f"{m.from_user.id} bluetexted in {m.chat.id}")
145
  return
 
139
  async def fun_bluetext(_, m: Message):
140
  reply_text = m.reply_to_message.reply_text if m.reply_to_message else m.reply_text
141
  await reply_text(
142
+ "|| /BLUE /TEXT\n/MUST /CLICK\n/I /AM /A /STUPID /ANIMAL /THAT /IS /ATTRACTED /TO /COLORS ||",
143
  )
144
  LOGGER.info(f"{m.from_user.id} bluetexted in {m.chat.id}")
145
  return
Powers/utils/chat_type.py CHANGED
@@ -26,7 +26,6 @@ async def chattype(m: Message):
26
 
27
  async def c_type(chat_id):
28
  c = Gojo.get_chat(chat_id)
29
- mem = Gojo.get_chat_members_count(chat_id)
30
 
31
  if c.type == ChatType.BOT:
32
  ct = "bot"
 
26
 
27
  async def c_type(chat_id):
28
  c = Gojo.get_chat(chat_id)
 
29
 
30
  if c.type == ChatType.BOT:
31
  ct = "bot"