Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
54abb93
1
Parent(s):
6ef0923
added id
Browse files- 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(
|