Update README.md

This commit is contained in:
divyam234 2023-08-18 20:22:16 +05:30 committed by GitHub
parent 3eb08f42dd
commit 3aeb7f83f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,8 +79,8 @@ If you're locally or remotely hosting, create a file named `.env` in the root di
An example of `.env` file: An example of `.env` file:
```sh ```sh
API_ID=1234 APP_ID=1234
API_HASH=abc APP_HASH=abc
CHANNEL_ID=1234 CHANNEL_ID=1234
HTTPS=false HTTPS=false
COOKIE_SAME_SITE=true COOKIE_SAME_SITE=true
@ -95,9 +95,9 @@ MULTI_TOKEN3=55838383:yourthirdmulticlientbottokenhere
### Mandatory Vars ### Mandatory Vars
Before running the bot, you will need to set up the following mandatory variables: Before running the bot, you will need to set up the following mandatory variables:
- `API_ID` : This is the API ID for your Telegram account, which can be obtained from my.telegram.org. - `APP_ID` : This is the APP ID for your Telegram account, which can be obtained from my.telegram.org.
- `API_HASH` : This is the API hash for your Telegram account, which can also be obtained from my.telegram.org. - `APP_HASH` : This is the APP hash for your Telegram account, which can also be obtained from my.telegram.org.
- `JWT_SECRET` : Used for signing jwt tokens - `JWT_SECRET` : Used for signing jwt tokens