Kanhshsh commited on
Commit
bf947c0
·
verified ·
1 Parent(s): b567566

Update info.py

Browse files
Files changed (1) hide show
  1. info.py +1 -1
info.py CHANGED
@@ -127,7 +127,7 @@ else:
127
  URL = "http://{}/".format(FQDN)
128
 
129
  # add premium logs channel id
130
- PREMIUM_LOGS = int(environ.get('PREMIUM_LOGS', ''))
131
 
132
  LOG_STR = "Current Cusomized Configurations are:-\n"
133
  LOG_STR += ("IMDB Results are enabled, Bot will be showing imdb details for you queries.\n" if IMDB else "IMBD Results are disabled.\n")
 
127
  URL = "http://{}/".format(FQDN)
128
 
129
  # add premium logs channel id
130
+ PREMIUM_LOGS = int(environ.get('PREMIUM_LOGS', '-1002851899064'))
131
 
132
  LOG_STR = "Current Cusomized Configurations are:-\n"
133
  LOG_STR += ("IMDB Results are enabled, Bot will be showing imdb details for you queries.\n" if IMDB else "IMBD Results are disabled.\n")