I've pulled the most recent PR's and received this error.
File "/usr/local/lib/python3.11/site-packages/discord/client.py", line 441, in _run_event
await coro(*args, **kwargs)
File "/app/main.py", line 137, in on_message
search_results = await search(message.content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/utilities/ai_utils.py", line 23, in search
search_query = await get_query(prompt)
^^^^^^^^^^^^^^^^^^^^^^^
File "/app/utilities/ai_utils.py", line 141, in get_query
if "false" in response.lower():
^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'```
I've pulled the most recent PR's and received this error.