mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-17 17:51:20 +08:00
* fix: check event.is_stopped() after handler execution in star_request.py * fix: move is_stopped() check before clear_result(), add check in except block and loop start * fix: remove redundant is_stopped() check after stop_event() in except block --------- Co-authored-by: Blueteemo <Blueteemo@users.noreply.github.com>