Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Nov 14, 2024
1 parent 7c33c0a commit 7587d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Banall/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pyrogram import idle
from pyrogram import filters, Client

from Banall import LOG, app
from Banall import app, LOG, BOT_USERNAME
from Banall.modules import ALL_MODULES


Expand All @@ -18,7 +18,7 @@ async def anony_boot():
for all_module in ALL_MODULES:
importlib.import_module("Banall.modules." + all_module)

LOG.info(f"@{app.username} Started.")
LOG.info(f"@{BOT_USERNAME} Started.")
await idle()


Expand Down

0 comments on commit 7587d1f

Please sign in to comment.