From f38252d235c108d401acb14dc056a17cff7f4be1 Mon Sep 17 00:00:00 2001 From: Ilyas Kalandar Date: Fri, 16 Jul 2021 21:56:07 +0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235b7f9..9cd4737 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ #### Firstly get BotAPI token from BotFather
#### Then get Telegram API ID and API Hash from here #### Open settings.py and put obtained values to them's placeholders - #### Get ID of your telegram-group, you can get it by adding this bot and sending /start command. + #### Get ID of your telegram-group (you can get it by adding this bot and sending /start command) and put it to it's placeholder. #### Install python libs like 'aiogram', 'pyrogram' and 'asyncio' #### pip install aiogram pyrogram asyncio #### So, you can start bot by using this command python main.py