Captain Ezio commited on
Commit
27a9f9a
·
1 Parent(s): ef92853
Files changed (1) hide show
  1. Powers/plugins/utils.py +1 -2
Powers/plugins/utils.py CHANGED
@@ -113,7 +113,7 @@ async def get_lyrics(_, m: Message):
113
  )
114
  await em.delete()
115
  return
116
-
117
 
118
  @Gojo.on_message(
119
  command("id") & (filters.group | filters.private),
@@ -162,7 +162,6 @@ async def id_info(c: Gojo, m: Message):
162
  else:
163
  await m.reply_text(text=f"This Group's ID is <code>{m.chat.id}</code>")
164
  return
165
- '''
166
 
167
 
168
  @Gojo.on_message(
 
113
  )
114
  await em.delete()
115
  return
116
+ '''
117
 
118
  @Gojo.on_message(
119
  command("id") & (filters.group | filters.private),
 
162
  else:
163
  await m.reply_text(text=f"This Group's ID is <code>{m.chat.id}</code>")
164
  return
 
165
 
166
 
167
  @Gojo.on_message(