aiogram/CHANGES
Kostiantyn Kriuchkov 068875534b
Examples/dev 3x refactor fix* (#1261)
* 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.

* Added Changelog

* Add guidance comments on obtaining bot tokens from environment variables

* Remove hardcoded tokens, opt for environment variable

* Remove unnecessary spaces and reorganize imports

* Fix error, switch default storage from Redis to Memory, and add logging to multibot example

* fix changelog version

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2023-08-13 17:56:32 +03:00
..
.template.rst.jinja2 Update towncrier config 2021-08-03 23:50:10 +03:00
1251.doc.rst Added a few words about skipping pending updates (#1251) 2023-08-07 23:54:05 +03:00
1256.doc.rst Examples/dev 3x refactor fix* (#1261) 2023-08-13 17:56:32 +03:00
1259.bugfix.rst Fixed nested hashtag, cashtag and email entnties parsing (#1263) 2023-08-13 17:55:35 +03:00
5780.doc.rst Refactor and improve bot examples (#1256) 2023-08-10 22:10:30 +03:00