bot
bot copied to clipboard
This bot is used as example of usage aiogram framework and as admin-helper in our community chats.
Bumps [pycares](https://github.com/saghul/pycares) from 3.1.1 to 4.2.0. Release notes Sourced from pycares's releases. 4.2.0 What's Changed dependency update to c-ares by @aviadhahami in saghul/pycares#170 New Contributors @aviadhahami made their first contribution...
Uzbek language added
I am deploying a bot using docker-compose and every time I deploy it I see this error and of course the bot is not processing any messages. 
Currently when a channel is banned, it's username is [posted](https://github.com/aiogram/bot/blob/586b368858f657bb9cc73a149d653455b3edec93/aiogram_bot/handlers/simple_admin.py#L42) with leading @, making it clickable, which helps promoting such channels. I suggest removing the @ symbol so chat user...
We need place where banned/RO users can express their opinions about administrators This idea came to me after I myself wanted to thank the administration for the fact that they...
404
https://github.com/aiogram/bot#how-this-bot-is-deployed-now here we have the wrong link
https://github.com/aiogram/bot/blob/5d892a24724b3cd9b50928f1f5753e8b38d537c4/app/handlers/superuser.py#L9 In the first lines of the function above, you check the user_id is existed by calling `get_args` method of the message. The check always returns false. The method `message.get_args()`...