aiogram/examples
latan 518739724c Refactor and improve bot messages
Refactored bot code to use aiogram enumerations and enhanced chat messages with markdown beautifications for a more user-friendly display.

CommandStart() is now used instead of Command('start') for readability.

Furthermore, the bot's 'stop' command was improved, ensuring it executes appropriately during KeyboardInterrupt or SystemExit.

Additionally, the bot's logging was adjusted to output to sys.stdout for better logs' readability.
2023-08-10 11:46:22 +03:00
..
data Add example for media group. 2017-11-21 20:33:22 +02:00
web_app Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
echo_bot.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
echo_bot_webhook.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
echo_bot_webhook_ssl.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
finite_state_machine.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
multibot.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
own_filter.py Remove filters factory, introduce docs translation (#978) 2022-10-02 00:04:31 +03:00
specify_updates.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00