Skip to content

Commit

Permalink
Few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgojoof6eyes authored Jan 7, 2025
1 parent 44bce8d commit 2efe8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Powers/plugins/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
from Powers.bot_class import Gojo
from Powers.database.antispam_db import GBan
from Powers.database.approve_db import Approve
from Powers.plugins import bday_info
from Powers.supports import get_support_staff
from Powers.utils.custom_filters import command
from Powers.utils.extract_user import extract_user

gban_db = GBan()

if BDB_URI:
from Powers.plugins import bday_info

async def count(c: Gojo, chat):
try:
Expand Down

0 comments on commit 2efe8f3

Please sign in to comment.