Captain Ezio commited on
Commit
ef87380
·
1 Parent(s): 27a9f9a

Update utils.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/utils.py +1 -1
Powers/plugins/utils.py CHANGED
@@ -120,7 +120,7 @@ async def get_lyrics(_, m: Message):
120
  )
121
  async def id_info(c: Gojo, m: Message):
122
 
123
-
124
  if m.chat.type == ChatType.SUPERGROUP and not m.reply_to_message:
125
  await m.reply_text(text=f"This Group's ID is <code>{m.chat.id}</code>")
126
  return
 
120
  )
121
  async def id_info(c: Gojo, m: Message):
122
 
123
+ ChatType = enums.ChatType
124
  if m.chat.type == ChatType.SUPERGROUP and not m.reply_to_message:
125
  await m.reply_text(text=f"This Group's ID is <code>{m.chat.id}</code>")
126
  return