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
4 changes: 2 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
API_HASH = getenv("API_HASH")

# Get your token from @BotFather on Telegram.
BOT_TOKEN = getenv("BOT_TOKEN")
BOT_TOKEN = getenv("8403256890:AAGrQXB_4eI_5hpeE8YEl_7XxGkzij5FNBk")

#Get API_KEY from @DeadlineTechOwner or @DeadlineApiBot
API_URL = getenv("API_URL", "https://deadlinetech.site")
Expand All @@ -26,7 +26,7 @@
LOGGER_ID = int(getenv("LOGGER_ID", None))

# Get this value from @Harry_RoxBot on Telegram by /id
OWNER_ID = int(getenv("OWNER_ID", 6848223695))
OWNER_ID = int(getenv("OWNER_ID", 8078574143))

## Fill these variables if you're deploying on heroku.
# Your heroku app name
Expand Down