From 23d20e0753e83d7b1a1a7769cb209a4de707732e Mon Sep 17 00:00:00 2001 From: _run Date: Tue, 25 Jan 2022 15:21:09 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f061230..20ff4a2 100644 --- a/README.md +++ b/README.md @@ -796,9 +796,13 @@ Join the [News channel](https://t.me/pyTelegramBotAPI). Here we will post releas * [next_step_handler Example](https://github.com/eternnoir/pyTelegramBotAPI/blob/master/examples/step_example.py) ## Code Template +Template is a ready folder that contains architecture of basic project. +Here are some examples of template: + * [AsyncTeleBot template](https://github.com/coder2020official/asynctelebot_template) * [TeleBot template](https://github.com/coder2020official/telebot_template) + ## Bots using this API * [SiteAlert bot](https://telegram.me/SiteAlert_bot) ([source](https://github.com/ilteoood/SiteAlert-Python)) by *ilteoood* - Monitors websites and sends a notification on changes * [TelegramLoggingBot](https://github.com/aRandomStranger/TelegramLoggingBot) by *aRandomStranger*