We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a29fbe commit aa6afeeCopy full SHA for aa6afee
userbot/__init__.py
@@ -55,7 +55,7 @@
55
API_HASH = os.environ.get("API_HASH", None)
56
57
# Photo Chat - Get this value from http://antiddos.systems
58
-API_TOKEN = os.environ.get("API_TOKEN", "15e05de0-0357-4553-b39c-d614443ed91e")
+API_TOKEN = os.environ.get("API_TOKEN", None)
59
API_URL = os.environ.get("API_URL", "http://antiddos.systems")
60
61
# Userbot Session String
@@ -90,6 +90,7 @@
90
91
# SQL Database URI
92
DB_URI = os.environ.get("DATABASE_URL", None)
93
+
94
# For MONGO based DataBase
95
MONGO_DB_URI = os.environ.get("MONGO_DB_URI", None)
96
0 commit comments