From 5dc26e38882a681e08bfddb763cbca3d60f490bc Mon Sep 17 00:00:00 2001 From: PyMaster <59120866+pystorage@users.noreply.github.com> Date: Sun, 6 Sep 2020 21:11:43 +0300 Subject: [PATCH] Delete README.md --- examples/README.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/README.md diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index bab1f2d..0000000 --- a/examples/README.md +++ /dev/null @@ -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' - -``` \ No newline at end of file