dragonxd1 commited on
Commit
3e51382
·
verified ·
1 Parent(s): 699b3e4

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +6 -0
config.py CHANGED
@@ -14,6 +14,12 @@ BOT_USERNAME = "dragxmusicbot"
14
  SPECIAL_USER_ID = getenv("SPECIAL_USER_ID")
15
  BOT_TOKEN = getenv("BOT_TOKEN")
16
 
 
 
 
 
 
 
17
  # Get your mongo url from cloud.mongodb.com
18
  MONGO_DB_URI = getenv("MONGO_DB_URI")
19
 
 
14
  SPECIAL_USER_ID = getenv("SPECIAL_USER_ID")
15
  BOT_TOKEN = getenv("BOT_TOKEN")
16
 
17
+ # Vars For API End Pont.
18
+ YTPROXY_URL = getenv("YTPROXY_URL", 'https://tgapi.xbitcode.com') ## E.G https://yt.okflix.
19
+ YT_API_KEY = getenv("YT_API_KEY" , ("YT_API_KEY") ) ## get your secret key from Mr cute x - @MR_CUTE_X
20
+ COOKIES_URL=getenv("COOKIES_URL" , "https://gist.githubusercontent.com/sparrow9616/f29fc6588086a3c72d92dd9c03773350/raw/4229f3f4aab4a6693fc0794d136d30f54d67ae85/gistfile1.txt")
21
+
22
+
23
  # Get your mongo url from cloud.mongodb.com
24
  MONGO_DB_URI = getenv("MONGO_DB_URI")
25