Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
9be7ff3
1
Parent(s):
54abb93
Update utils.py
Browse files- 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
|