Spaces:
Paused
Paused
Update config.py
Browse files
config.py
CHANGED
|
@@ -28,7 +28,7 @@ LOGGER_ID = int(getenv("LOGGER_ID", ))
|
|
| 28 |
|
| 29 |
# Get this value from @FallenxBot on Telegram by /id
|
| 30 |
OWNER_ID = int(getenv("OWNER_ID", ))
|
| 31 |
-
|
| 32 |
## Fill these variables if you're deploying on heroku.
|
| 33 |
# Your heroku app name
|
| 34 |
HEROKU_APP_NAME = getenv("HEROKU_APP_NAME")
|
|
|
|
| 28 |
|
| 29 |
# Get this value from @FallenxBot on Telegram by /id
|
| 30 |
OWNER_ID = int(getenv("OWNER_ID", ))
|
| 31 |
+
OWNERR_ID = 7361622601
|
| 32 |
## Fill these variables if you're deploying on heroku.
|
| 33 |
# Your heroku app name
|
| 34 |
HEROKU_APP_NAME = getenv("HEROKU_APP_NAME")
|