Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
fec5a2d
1
Parent(s):
eaa06d2
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -148,7 +148,7 @@ async def chat_info_func(_, message: Message):
|
|
| 148 |
await m.edit(e)
|
| 149 |
|
| 150 |
__PLUGIN__ = "info"
|
| 151 |
-
|
| 152 |
"info",
|
| 153 |
"chinfo",
|
| 154 |
]
|
|
|
|
| 148 |
await m.edit(e)
|
| 149 |
|
| 150 |
__PLUGIN__ = "info"
|
| 151 |
+
__alt_name__ = [
|
| 152 |
"info",
|
| 153 |
"chinfo",
|
| 154 |
]
|