Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
c90c9bc
1
Parent(s):
5896d7f
Update info.py
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -5,7 +5,7 @@ from pyrogram import filters
|
|
| 5 |
from pyrogram.types import Message
|
| 6 |
|
| 7 |
from Powers import DEV_USERS, SUDO_USERS, WHITELIST_USERS, SUPPORT_STAFF, LOGGER
|
| 8 |
-
from Powers.bot_class import Gojo
|
| 9 |
from Powers.utils.custom_filters import command
|
| 10 |
|
| 11 |
|
|
|
|
| 5 |
from pyrogram.types import Message
|
| 6 |
|
| 7 |
from Powers import DEV_USERS, SUDO_USERS, WHITELIST_USERS, SUPPORT_STAFF, LOGGER
|
| 8 |
+
from Powers.bot_class import Gojo as app
|
| 9 |
from Powers.utils.custom_filters import command
|
| 10 |
|
| 11 |
|