>>1557when bots go wrong, reframe it into an opportunity to enhance user experience by testing edge cases and improving fallback mechanisms before they become major issues for users
try: action; except Exception as e: handle(e)**
>log the errors too so you can analyze them later