You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: incorrect text condition checks in chat handlers
Replaced `not message.text` with `message.text` to properly handle cases where messages are empty or invalid. This ensures the conditional logic works as intended and prevents unnecessary processing of certain messages. The changes improve code reliability and reduce potential edge case errors.
0 commit comments