Spaces:
Running
Running
Captain D. Ezio
commited on
Commit
·
b3eaa51
1
Parent(s):
d9f5db7
Few changes
Browse files- Powers/plugins/info.py +2 -1
Powers/plugins/info.py
CHANGED
@@ -14,13 +14,14 @@ from Powers import BDB_URI, LOGGER, OWNER_ID
|
|
14 |
from Powers.bot_class import Gojo
|
15 |
from Powers.database.antispam_db import GBan
|
16 |
from Powers.database.approve_db import Approve
|
17 |
-
from Powers.plugins import bday_info
|
18 |
from Powers.supports import get_support_staff
|
19 |
from Powers.utils.custom_filters import command
|
20 |
from Powers.utils.extract_user import extract_user
|
21 |
|
22 |
gban_db = GBan()
|
23 |
|
|
|
|
|
24 |
|
25 |
async def count(c: Gojo, chat):
|
26 |
try:
|
|
|
14 |
from Powers.bot_class import Gojo
|
15 |
from Powers.database.antispam_db import GBan
|
16 |
from Powers.database.approve_db import Approve
|
|
|
17 |
from Powers.supports import get_support_staff
|
18 |
from Powers.utils.custom_filters import command
|
19 |
from Powers.utils.extract_user import extract_user
|
20 |
|
21 |
gban_db = GBan()
|
22 |
|
23 |
+
if BDB_URI:
|
24 |
+
from Powers.plugins import bday_info
|
25 |
|
26 |
async def count(c: Gojo, chat):
|
27 |
try:
|