This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BOT_TOKEN = "1933945104:AAEBhvFgQYxRDS8BfQAJ0Ksyfb-0LnW1pVc" | |
GDRIVE_FOLDER_ID = "16XkLpgNx4JTofnye-CzZJR2sbtrVNaIG" | |
OWNER_ID = 1389078939 | |
DOWNLOAD_DIR = "/usr/src/app/downloads" | |
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5 | |
AUTO_DELETE_MESSAGE_DURATION = -1 | |
AUTO_DELETE_UPLOAD_MESSAGE_DURATION = 1200 | |
IS_TEAM_DRIVE = "True" | |
TELEGRAM_API = 2471816 | |
TELEGRAM_HASH = "7ac868a4f0251145881d5f1855d5e66e" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove this line before deploying | |
# REQUIRED CONFIG | |
BOT_TOKEN = "1864675579:AAFuz4_58c9Y1-qE06gulY8qVlYwuEGBuKE" | |
GDRIVE_FOLDER_ID = "1YRCjWVYzQDcpBqWEoR5ejV0tjpBeSDvK" | |
OWNER_ID = 1389078939 | |
DOWNLOAD_DIR = "/usr/src/app/downloads" | |
DOWNLOAD_STATUS_UPDATE_INTERVAL = 5 | |
AUTO_DELETE_MESSAGE_DURATION = -1 | |
IS_TEAM_DRIVE = "true" |
NewerOlder