Spaces:
Running
Running
Update info.py
Browse files
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")
|