You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ An example of `fsb.env` file:
158
158
API_ID=452525
159
159
API_HASH=esx576f8738x883f3sfzx83
160
160
BOT_TOKEN=55838383:yourbottokenhere
161
-
BIN_CHANNEL=-10045145224562
161
+
LOG_CHANNEL=-10045145224562
162
162
PORT=8080
163
163
HOST=http://yourserverip
164
164
# (if you want to set up multiple bots)
@@ -175,7 +175,7 @@ Before running the bot, you will need to set up the following mandatory variable
175
175
176
176
-`BOT_TOKEN` : This is the bot token for the Telegram Media Streamer Bot, which can be obtained from [@BotFather](https://telegram.dog/BotFather).
177
177
178
-
-`BIN_CHANNEL` : This is the channel ID for the log channel where the bot will forward media messages and store these files to make the generated direct links work. To obtain a channel ID, create a new telegram channel (public or private), post something in the channel, forward the message to [@missrose_bot](https://telegram.dog/MissRose_bot) and **reply the forwarded message** with the /id command. Copy the forwarded channel ID and paste it into the this field.
178
+
-`LOG_CHANNEL` : This is the channel ID for the log channel where the bot will forward media messages and store these files to make the generated direct links work. To obtain a channel ID, create a new telegram channel (public or private), post something in the channel, forward the message to [@missrose_bot](https://telegram.dog/MissRose_bot) and **reply the forwarded message** with the /id command. Copy the forwarded channel ID and paste it into the this field.
179
179
180
180
### Optional Vars
181
181
In addition to the mandatory variables, you can also set the following optional variables:
@@ -188,7 +188,7 @@ In addition to the mandatory variables, you can also set the following optional
188
188
189
189
-`USE_SESSION_FILE` : Use session files for worker client(s). This speeds up the worker bot startups. (default: `false`)
190
190
191
-
-`USER_SESSION` : A pyrogram session string for the user bot. (default: `null`)
191
+
-`USER_SESSION` : A pyrogram session string for a user bot. Used for auto adding the bots to `LOG_CHANNEL`.(default: `null`)
192
192
193
193
<hr>
194
194
@@ -211,7 +211,7 @@ you may also add as many as bots you want. (max limit is 50)
211
211
`MULTI_TOKEN3`, `MULTI_TOKEN4`, etc.
212
212
213
213
> **Warning**
214
-
> Don't forget to add all these worker bots to the `BIN_CHANNEL` for the proper functioning
214
+
> Don't forget to add all these worker bots to the `LOG_CHANNEL` for the proper functioning
0 commit comments