matrix-applicationbot/src/matrix_applicationbot
Kumi c5acd76c0a
fix(bot): ensure command handling returns awaitables
Refactored command handling methods to return awaitables directly rather than awaiting them in place. This approach facilitates easier testing and future integration with event loop management strategies. Improves asynchronous function chaining and consistent handling of command execution results.
2024-11-08 08:28:53 +01:00
..
classes fix(bot): ensure command handling returns awaitables 2024-11-08 08:28:53 +01:00
__init__.py feat: rename and extend bot for application handling 2024-11-08 07:52:09 +01:00
main.py feat: rename and extend bot for application handling 2024-11-08 07:52:09 +01:00