diff --git a/info.py b/info.py index 7a9bc488e..27afef37d 100644 --- a/info.py +++ b/info.py @@ -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 @@ -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")