diff --git a/README.md b/README.md index 3943ec99..772512d0 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ I'm forget about it, try asking doraemon maybe know.. :) ## Variables ### Required Variables -* `BOT_TOKEN`: Create a bot using [@BotFather](https://telegram.dog/BotFather), and get the Telegram API token. +* `BOT_TOKEN`: Create a bot using [@BotFather](https://t.me/BotFather), and get the Telegram API token. * `API_ID`: Get this value from [telegram.org](https://my.telegram.org/apps) * `API_HASH`: Get this value from [telegram.org](https://my.telegram.org/apps) -* `ADMINS`: Username or ID of Admin. Separate multiple Admins by space +* `SUDO`: ID of have full access to bot. Separate multiple sudo by space * `DATABASE_URI`: [mongoDB](https://www.mongodb.com) URI. Get this value from [mongoDB](https://www.mongodb.com). For more help watch this [video](https://youtu.be/1G1XwEOnxxo) * `DATABASE_NAME`: Name of the database in [mongoDB](https://www.mongodb.com). For more help watch this [video](https://youtu.be/1G1XwEOnxxo) * `LOG_CHANNEL` : A channel to log the activities of bot. Make sure bot is an admin in the channel.