Delete README.md

This commit is contained in:
PyMaster 2020-09-06 21:11:43 +03:00 committed by GitHub
parent 127228c710
commit 5dc26e3888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
# Example: Telegram Pyrogram bot
## Bot launch
```shell
cd examples
python -m bot
```
## Bot settings
```python
SESSION_NAME = 'bot'
API_ID = '' # https://my.telegram.org/
API_HASH = '' # https://my.telegram.org/
BOT_TOKEN = '' # @BotFather
APP_PLUGINS = 'bot/modules'
```