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 87ac34f commit 654a43bCopy full SHA for 654a43b
1 file changed
src/.env.example
@@ -1,4 +1,11 @@
1
API_ID=your_api_id # [api id from my.telegram.org]
2
API_HASH=your_api_hash # [api hash from my.telegram.org]
3
-BOT_TOKEN=your_bot_token # [for the main bot]
+BOT_TOKEN=your_bot_token
4
ADMIN=your_username_or_id # [can be multiple admins just add: , ex: 1234, 12345]
5
+BOT_NAME=GetAnyMessage
6
+DB_FLAG=yes # can be set no or null
7
+DB_HOST=localhost # can be null if DB_FLAG=no
8
+DB_PORT=3306 # can be null if DB_FLAG=no
9
+DB_USER=mpuser # can be null if DB_FLAG=no
10
+DB_PASS=mp_pass # can be null if DB_FLAG=no
11
+DB_NAME=madelineproto # can be null if DB_FLAG=no
0 commit comments