Captain Ezio commited on
Commit
ae8b83d
·
1 Parent(s): 029db6d

Update start.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/start.py +1 -1
Powers/plugins/start.py CHANGED
@@ -67,7 +67,7 @@ async def close_admin_callback(_, q: CallbackQuery):
67
  command("start") & (filters.group | filters.private),
68
  )
69
  async def start(c: Gojo, m: Message):
70
- chat_type = await await chattype(m)
71
  if chat_type == "private":
72
  if len(m.text.split()) > 1:
73
  help_option = (m.text.split(None, 1)[1]).lower()
 
67
  command("start") & (filters.group | filters.private),
68
  )
69
  async def start(c: Gojo, m: Message):
70
+ chat_type = await chattype(m)
71
  if chat_type == "private":
72
  if len(m.text.split()) > 1:
73
  help_option = (m.text.split(None, 1)[1]).lower()