Update README.md

Hi, 
Congratulations👏👏👏
Developers are finding project information, code snippets and other information related to your repository on kandi. Also, your project has featured on the kandi kit under the best Python Telegram Bot libraries. kandi kits help developers shortlist reusable libraries and code snippets for specific topics or use cases. Add your kandi X-Ray & Featured badges to help more developers quickly discover and adopt your project. Thanks!
This commit is contained in:
kandikits 2022-09-14 17:32:35 +05:30 committed by GitHub
parent 96ebee26e4
commit 1bb4be072e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@
[![Documentation Status](https://img.shields.io/readthedocs/aiogram?style=flat-square)](http://docs.aiogram.dev/en/latest/?badge=latest)
[![Github issues](https://img.shields.io/github/issues/aiogram/aiogram.svg?style=flat-square)](https://github.com/aiogram/aiogram/issues)
[![MIT License](https://img.shields.io/pypi/l/aiogram.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![kandi X-Ray](https://kandi.openweaver.com/badges/xray.svg)](https://kandi.openweaver.com/python/aiogram/aiogram)
[![kandi Featured](https://kandi.openweaver.com/badges/featured.svg)](https://kandi.openweaver.com/collections/python/python-telegram-bot)
**aiogram** is a pretty simple and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.