aiogram/examples/web_app
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
..
demo.html [3.x] Bot API 6.0 (#890) 2022-04-19 22:03:24 +03:00
handlers.py Dev 3.x flat package (#961) 2022-08-14 01:07:52 +03:00
main.py Refactor and improve bot messages 2023-08-10 11:46:22 +03:00
routes.py Migrate to hatchling (#1095) 2023-01-12 02:49:58 +02:00