dragxd commited on
Commit
35da619
·
verified ·
1 Parent(s): 214378d

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +7 -17
config.py CHANGED
@@ -5,17 +5,17 @@ from logging.handlers import RotatingFileHandler
5
 
6
 
7
 
8
- BOT_TOKEN = os.environ.get("BOT_TOKEN", "")
9
- API_ID = int(os.environ.get("API_ID", ""))
10
- API_HASH = os.environ.get("API_HASH", "")
11
 
12
 
13
- OWNER_ID = int(os.environ.get("OWNER_ID", ""))
14
- DB_URL = os.environ.get("DB_URL", "")
15
- DB_NAME = os.environ.get("DB_NAME", "madflixbotz")
16
 
17
 
18
- CHANNEL_ID = int(os.environ.get("CHANNEL_ID", ""))
19
  FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
20
 
21
 
@@ -83,14 +83,4 @@ logging.getLogger("pyrogram").setLevel(logging.WARNING)
83
 
84
  def LOGGER(name: str) -> logging.Logger:
85
  return logging.getLogger(name)
86
-
87
 
88
-
89
-
90
-
91
-
92
- # Jishu Developer
93
- # Don't Remove Credit 🥺
94
- # Telegram Channel @Madflix_Bots
95
- # Backup Channel @JishuBotz
96
- # Developer @JishuDeveloper
 
5
 
6
 
7
 
8
+ BOT_TOKEN = os.environ.get("BOT_TOKEN", "8041859117:AAFVJ0BY4-MeZZXzW0Y6-4xrO2Nlaf42B94")
9
+ API_ID = int(os.environ.get("API_ID", "29997512"))
10
+ API_HASH = os.environ.get("API_HASH", "ebc31f012729af45ad5c8e6ec1228bf5")
11
 
12
 
13
+ OWNER_ID = int(os.environ.get("OWNER_ID", "7361622601"))
14
+ DB_URL = os.environ.get("DB_URL", "mongodb+srv://xdragxt:[email protected]/?retryWrites=true&w=majority&appName=dragtest")
15
+ DB_NAME = os.environ.get("DB_NAME", "dragfileshare")
16
 
17
 
18
+ CHANNEL_ID = int(os.environ.get("CHANNEL_ID", "-1002508947671"))
19
  FORCE_SUB_CHANNEL = int(os.environ.get("FORCE_SUB_CHANNEL", "0"))
20
 
21
 
 
83
 
84
  def LOGGER(name: str) -> logging.Logger:
85
  return logging.getLogger(name)
 
86