Skip to content
Draft
Show file tree
Hide file tree
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
20 changes: 10 additions & 10 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
load_dotenv()

# Get this value from my.telegram.org/apps
API_ID = API_ID
API_HASH = "API_HASH"
API_ID = 29665772
API_HASH = 4398cb9ddfd03808be15eb0e7c8a904a

# Get your token from @BotFather on Telegram.
BOT_TOKEN = "BOT_TOKEN"
BOT_TOKEN = "7829570228:AAElBH4CFrxeQDXQkGg4x2QE4HB0cuxAxQ8"

# Get your mongo url from cloud.mongodb.com
MONGO_DB_URI = "MONGO_DB_URI"
MONGO_DB_URI = "mongodb+srv://jraj96405:jraj96405@cluster0.omeoejj.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0

DURATION_LIMIT_MIN = int(getenv("DURATION_LIMIT", 60))

# Chat id of a group for logging bot's activities
LOG_GROUP_ID = LOG_GROUP_ID
LOG_GROUP_ID = -1002195931619

# Get this value from @ultron2_robot on Telegram by /id
OWNER_ID = OWNER_ID
OWNER_ID = 6414433469

## Fill these variables if you're deploying on heroku.
# Your heroku app name
Expand All @@ -39,8 +39,8 @@
"GIT_TOKEN", None
) # Fill this variable if your upstream repository is private

SUPPORT_CHANNEL = "https://t.me/thanos_pro"
SUPPORT_GROUP = "https://t.me/thanosprosss"
SUPPORT_CHANNEL = "https://t.me/VIP_signal_group1235"
SUPPORT_GROUP = "https://t.me/+Ki9yQvw2io81OWY1"

# Set this to True if you want the assistant to automatically leave chats after an interval
AUTO_LEAVING_ASSISTANT = bool(getenv("AUTO_LEAVING_ASSISTANT", False))
Expand Down Expand Up @@ -77,9 +77,9 @@
confirmer = {}


START_IMG_URL = "https://graph.org/file/f586172fe40a0b5d0b0df.jpg"
START_IMG_URL = "https://graph.org/file/0efd52210e87039570a2f-272f774850d0d053c4.jpgb"

PING_IMG_URL = "https://graph.org/file/f586172fe40a0b5d0b0df.jpg"
PING_IMG_URL = "https://graph.org/file/0efd52210e87039570a2f-272f774850d0d053c4.jpg"

PLAYLIST_IMG_URL = "https://graph.org/file/763a841a2ad5cbb1e2fc5.jpg"
STATS_IMG_URL = "https://graph.org/file/f586172fe40a0b5d0b0df.jpg"
Expand Down
12 changes: 6 additions & 6 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
API_ID=
API_HASH=
BOT_TOKEN=
LOG_GROUP_ID=
MONGO_DB_URI=
OWNER_ID=
API_ID=29665772
API_HASH=4398cb9ddfd03808be15eb0e7c8a904a
BOT_TOKEN=7829570228:AAGS5e2YsPItFVbuUCAhtYC0hnX_cM_h5AU
LOG_GROUP_ID=-1002195931619
MONGO_DB_URI=mongodb+srv://jraj96405:jraj96405@cluster0.omeoejj.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
OWNER_ID=6414433469
STRING_SESSION=