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 info.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def is_enabled(value, default):
# Bot Information Configuration
# ============================
SESSION = environ.get('SESSION', 'dreamxbotz_search') # Session name for the bot
API_ID = int(environ.get('API_ID', '')) # API ID from my.telegram.org
API_HASH = environ.get('API_HASH', '') # API Hash from my.telegram.org
BOT_TOKEN = environ.get('BOT_TOKEN', "") # Bot token from @BotFather
API_ID = int(environ.get('API_ID', '33430186')) # API ID from my.telegram.org
API_HASH = environ.get('API_HASH', 'aab50712bf342a7a623528a9523335a1') # API Hash from my.telegram.org
BOT_TOKEN = environ.get('BOT_TOKEN', "8546701364:AAFVsW_avK_wS5xFIBBlE-0EQRJBO30-2mg") # Bot token from @BotFather

# ============================
# Bot Settings Configuration
Expand All @@ -31,7 +31,7 @@ def is_enabled(value, default):
#Making it false will not save caption in db SO you can save some storage space


PICS = (environ.get('PICS', 'https://graph.org/file/56b5deb73f3b132e2bb73.jpg https://graph.org/file/5303692652d91d52180c2.jpg https://graph.org/file/425b6f46efc7c6d64105f.jpg https://graph.org/file/876867e761c6c7a29855b.jpg')).split() # Sample pic
PICS = (environ.get('PICS', 'https://graph.org/file/56b5deb73f3b132e2bb73.jpg https://iili.io/qff9UZB.jpg https://iili.io/287pS0B.jpg https://iili.io/287pG1S.jpg https://graph.org/file/5303692652d91d52180c2.jpg https://graph.org/file/425b6f46efc7c6d64105f.jpg https://graph.org/file/876867e761c6c7a29855b.jpg')).split() # Sample pic
NOR_IMG = environ.get("NOR_IMG", "https://graph.org/file/e20b5fdaf217252964202.jpg")
MELCOW_PHOTO = environ.get("MELCOW_PHOTO", "https://graph.org/file/56b5deb73f3b132e2bb73.jpg")
SPELL_IMG = environ.get("SPELL_IMG", "https://graph.org/file/13702ae26fb05df52667c.jpg")
Expand Down