Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions kisan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
logging.getLogger("pyrogram").setLevel(logging.WARNING)

# config vars
API_ID = int(os.getenv("API_ID"))
API_HASH = os.getenv("API_HASH")
BOT_TOKEN = os.getenv("BOT_TOKEN")
OWNER = os.getenv("OWNER")
API_ID = int(os.getenv("16743442"))
API_HASH = os.getenv("12bbd720f4097ba7713c5e40a11dfd2a")
BOT_TOKEN = os.getenv("6330964987:AAGGGM2iz-2hTmZLkiigTQgTCHMPePRC6AY")
OWNER = os.getenv("6115850050")

# pyrogram client
app = Client(
Expand Down