2025-05-03 21:33:41.158 ERROR: Ignoring exception in on_message
Traceback (most recent call last):
File "C:\Users\dkay\.virtualenvs\TechSupportBot-jFeUmh4k\Lib\site-packages\discord\client.py", line 481, in _run_event
await coro(*args, **kwargs)
File "C:\Users\dkay\PycharmProjects\TechSupportBot\techsupport_bot\commands\modmail.py", line 1091, in on_message
query = message.content.replace("\n", " ").split(" ")[1].lower()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range