Script not detecting functions in module

I feel like this is asked alot but constantly for different reasons. I have a Raycast module which has a single function but my script doesn’t want to access the function.
Yes, I am requiring the module

Error when attempting to use the function
image

How I’m requiring the function and what it shows as

The module and what its returning as

Found the issue, I had a duplicated version of the modules that I was actually editing instead of the main one. Make sure you right click the module tab at the top and check its path to see if its the right one!